How to convert RGB to CMYK?
Enter a value in RGB and the converter will instantly calculate the equivalent in CMYK. All conversions are done locally in your browser for maximum speed and privacy.
Common RGB to CMYK conversions
| RGB | CMYK |
|---|---|
| rgb(255, 0, 0) | cmyk(0%, 100%, 100%, 0%) |
| rgb(255, 140, 0) | cmyk(0%, 45.1%, 100%, 0%) |
| rgb(255, 215, 0) | cmyk(0%, 15.7%, 100%, 0%) |
| rgb(0, 128, 0) | cmyk(100%, 0%, 100%, 49.8%) |
| rgb(0, 0, 255) | cmyk(100%, 100%, 0%, 0%) |
| rgb(128, 0, 128) | cmyk(0%, 100%, 0%, 49.8%) |
What is the difference between RGB and CMYK?
RGB defines colors with red, green and blue values from 0 to 255. It is the native color model for screens and web. CMYK uses cyan, magenta, yellow and black ink channels. It is the standard color model for professional printing.