#C5075F
A medium, vivid magenta closely aligning with Mediumvioletred.
About #C5075F
Visually, #C5075F is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. Its digital footprint relies on 197 parts red, 7 parts green, and 95 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 96% M, 52% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5075F
RGB197, 7, 95
HSL332.2°, 93.1%, 40.0%
CMYK0%, 96%, 52%, 23%
HSV332.2°, 96.4%, 77.3%
LAB42.5, 68.8, 5.1
XYZ25.2, 12.8, 12.0
Decimal12912479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.88:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.62:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C5075F;
}
.text-color {
color: #C5075F;
}
.border-color {
border: 2px solid #C5075F;
}