#CC24E9
A medium, vivid magenta closely aligning with Darkviolet.
About #CC24E9
The hex code #CC24E9 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 36, and 233.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 12% cyan, 85% magenta, 0% yellow, and 9% black. With a hue angle of 291.2 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC24E9
RGB204, 36, 233
HSL291.2°, 81.7%, 52.7%
CMYK12%, 85%, 0%, 9%
HSV291.2°, 84.5%, 91.4%
LAB51.8, 83.1, -62.7
XYZ40.2, 20.0, 78.8
Decimal13378793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC24E9;
}
.text-color {
color: #CC24E9;
}
.border-color {
border: 2px solid #CC24E9;
}