CMYK to RGB Color Converter (Print to Digital Web)
Translating a print brand guideline into a website or digital app? Convert your official CMYK ink percentages into exact sRGB values and web-ready HEX codes.
How to Use CMYK to RGB Color Converter
Input CMYK Percentages
Enter Cyan (0-100), Magenta (0-100), Yellow (0-100), and Key/Black (0-100).
View Digital Output
See calculated RGB values (0-255) and 6-digit HEX color code.
Copy Web Codes
Copy CSS rgb() or hex declarations for your web stylesheets.
About CMYK to RGB Color Converter
Computes R = 255 * (1 - C/100) * (1 - K/100); G = 255 * (1 - M/100) * (1 - K/100); B = 255 * (1 - Y/100) * (1 - K/100) with integer rounding.
Supported Formats
Operational Limits
- •Mathematical conversion assumes standard coated paper stock reflectance.
Key Features
- Standard subtractive-to-additive color translation formula
- Calculates Red, Green, and Blue integers from 0 to 255
- Outputs standard 6-digit #RRGGBB Hexadecimal string
- Interactive slider and numerical input controls
- One-click copy for CSS, Figma, and Photoshop
Frequently Asked Questions
Related Tools
More in Color ToolsComplementary Color Generator
Generate the exact 180° complementary opposite color on the color wheel with split-complementary harmonies and contrast preview.
Monochromatic Color Scale Generator
Generate a smooth 9-step luminance color scale (50 to 900) of tints, tones, and shades from a single brand color for UI design systems.
HEX to HSL Color Converter
Convert Hexadecimal color codes (#RRGGBB) to HSL (Hue, Saturation, Lightness) and HSLA with interactive color adjustment sliders.