#C524AF
A medium, moderate magenta closely aligning with Darkmagenta.
About #C524AF
When working with digital screens, the color #C524AF is rendered by mixing light. It is closely associated with the named CSS color Darkmagenta. In the RGB color space, it consists of 197 red, 36 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 82% Magenta, 11% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C524AF
RGB197, 36, 175
HSL308.2°, 69.1%, 45.7%
CMYK0%, 82%, 11%, 23%
HSV308.2°, 81.7%, 77.3%
LAB47.3, 72.9, -36.5
XYZ31.4, 16.2, 42.0
Decimal12919983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.95:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.73:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C524AF;
}
.text-color {
color: #C524AF;
}
.border-color {
border: 2px solid #C524AF;
}