Convert print-ready CMYK color values to screen-ready RGB values. Adjust the sliders below to create your color.
CMYK (Cyan, Magenta, Yellow, and Key/Black) is a subtractive color model used primarily in the printing industry. By mixing these four inks, a variety of colors can be created.
Printing Tip: Total ink coverage (sum of all CMYK values) should typically be kept below 300% to avoid printing issues.
White text example
Black text example
This color is not in the web-safe palette
Use light text on this background
Medium brightness - versatile usage
Digital Tip: Colors may appear differently across devices. Test your design on multiple screens to ensure consistency.
CMYK and RGB are two different color models used for printing and digital display, respectively. When converting from CMYK to RGB, keep in mind:
The conversion from CMYK to RGB uses the following formulas:
R = 255 × (1 - C/100) × (1 - K/100)
G = 255 × (1 - M/100) × (1 - K/100)
B = 255 × (1 - Y/100) × (1 - K/100)
This converter uses the above formulas to transform CMYK values into RGB values, helping designers and print professionals bridge the gap between digital and print media.