#B60F5F
A dark, vivid magenta closely aligning with Mediumvioletred.
About #B60F5F
The hex code #B60F5F represents a beautifully specific shade of magenta. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(182, 15, 95).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 92% Magenta, 48% Yellow, and 29% Black. The HSL representation is 331.3° hue, 84.8% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B60F5F
RGB182, 15, 95
HSL331.3°, 84.8%, 38.6%
CMYK0%, 92%, 48%, 29%
HSV331.3°, 91.8%, 71.4%
LAB39.8, 64.4, 0.7
XYZ21.5, 11.1, 11.8
Decimal11931487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.52:1
Text on #FFFFFF
AA
3.22:1
Text on #000000
AA Large
6.23:1
Text on #F8FAFC
AA
2.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F5F;
}
.text-color {
color: #B60F5F;
}
.border-color {
border: 2px solid #B60F5F;
}