#CC008A
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC008A
The precise color #CC008A is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 204 red, 0 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 32% Yellow, and 20% Black. With a hue angle of 319.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC008A
RGB204, 0, 138
HSL319.4°, 100.0%, 40.0%
CMYK0%, 100%, 32%, 20%
HSV319.4°, 100.0%, 80.0%
LAB45.2, 74.8, -17.5
XYZ29.5, 14.7, 25.3
Decimal13369482
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.34:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC008A;
}
.text-color {
color: #CC008A;
}
.border-color {
border: 2px solid #CC008A;
}