#CC24AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC24AF
At its core, #CC24AF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 36, and 175.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. With a hue angle of 310.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC24AF
RGB204, 36, 175
HSL310.4°, 70.0%, 47.1%
CMYK0%, 82%, 14%, 20%
HSV310.4°, 82.4%, 80.0%
LAB48.5, 74.3, -34.5
XYZ33.3, 17.2, 42.1
Decimal13378735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.73:1
Text on #FFFFFF
AA
4.44:1
Text on #000000
AA Large
4.52:1
Text on #F8FAFC
AA
3.77:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC24AF;
}
.text-color {
color: #CC24AF;
}
.border-color {
border: 2px solid #CC24AF;
}