#CC247C
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC247C
When working with digital screens, the color #CC247C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(204, 36, 124).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. The HSL representation is 328.6° hue, 70.0% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC247C
RGB204, 36, 124
HSL328.6°, 70.0%, 47.1%
CMYK0%, 82%, 39%, 20%
HSV328.6°, 82.4%, 80.0%
LAB46.4, 68.4, -7.1
XYZ29.2, 15.6, 20.5
Decimal13378684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.11:1
Text on #FFFFFF
AA
4.11:1
Text on #000000
AA Large
4.88:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC247C;
}
.text-color {
color: #CC247C;
}
.border-color {
border: 2px solid #CC247C;
}