CMYK

The CMYK macro creates a CMYK color value by combining the specified cyan, magenta, yellow, and black values.

COLORREF CMYK(

c,  
m,  
y,  
k  
);  

See Also

GetCValue, GetMValue, GetKValue, GetYValue