CDC::SetTextColor
Visual Studio 2012
Sets the text color to the specified color.
virtual COLORREF SetTextColor( COLORREF crColor );
The system will use this text color when writing text to this device context and also when converting bitmaps between color and monochrome device contexts.
If the device cannot represent the specified color, the system sets the text color to the nearest physical color. The background color for a character is specified by the SetBkColor and SetBkMode member functions.
See the example for CWnd::OnCtlColor.