#CC0099
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC0099
Visually, #CC0099 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(204, 0, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 25% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC0099
RGB204, 0, 153
HSL315.0°, 100.0%, 40.0%
CMYK0%, 100%, 25%, 20%
HSV315.0°, 100.0%, 80.0%
LAB45.8, 76.4, -25.6
XYZ30.7, 15.1, 31.4
Decimal13369497
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.21:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0099;
}
.text-color {
color: #CC0099;
}
.border-color {
border: 2px solid #CC0099;
}