I decided to do a simple experiment. I copied some rich edit text with font and color formatting to the clipboard from Wordpad. Then I pasted the text into a rich edit control using both Paste() and PasteSpecial(CF_TEXT). The results speak for themselves.
Source text from Wordpad
Rich edit control before any pasting from the clipboard
Rich edit control after pasting using both methods