#C5247C
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C5247C
When working with digital screens, the color #C5247C 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(197, 36, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 82% M, 37% Y, and 23% K. With a hue angle of 327.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#C5247C
RGB197, 36, 124
HSL327.2°, 69.1%, 45.7%
CMYK0%, 82%, 37%, 23%
HSV327.2°, 81.7%, 77.3%
LAB45.1, 66.7, -9.2
XYZ27.3, 14.6, 20.4
Decimal12919932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C5247C;
}
.text-color {
color: #C5247C;
}
.border-color {
border: 2px solid #C5247C;
}