#920F57
A dark, vivid magenta closely aligning with Mediumvioletred.
About #920F57
Visually, #920F57 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(146, 15, 87).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 90% magenta, 40% yellow, and 43% black. With a hue angle of 327.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#920F57
RGB146, 15, 87
HSL327.0°, 81.4%, 31.6%
CMYK0%, 90%, 40%, 43%
HSV327.0°, 89.7%, 57.3%
LAB32.1, 55.0, -6.3
XYZ13.7, 7.1, 9.7
Decimal9572183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.65:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.27:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920F57;
}
.text-color {
color: #920F57;
}
.border-color {
border: 2px solid #920F57;
}