Shades of Medium Violet Red #D41F93
Tints of Medium Violet Red #D41F93
RGB
CMYK
RGB Variations
Color information
#D41F93 (or 0xD41F93) is known color: Medium Violet Red. HEX triplet: D4, 1F and 93. RGB value is (212,31,147). Sum of RGB (Red+Green+Blue) = 212+31+147=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D41F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41F93 is #2BE06C. Grayscale: #626262. Windows color (decimal): -2875501 or 9641940. OLE color: 9641940.
HSL color Cylindrical-coordinate representation of color #D41F93: hue angle of 321.55º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D41F93 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 31 | 147 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.17 |
| HSL | 321.55º | 0.74% | 0.48% | - |
| HSV(B) | 321.55º | 0.85% | 0.83% | - |
| XYZ | 32.91 | 17.08 | 29.17 | - |
| YUV | 98.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 147 | 0 | 0.85 | 0.31 | 0.17 | 321.55 | 0.74 | 0.48 |
| Hex | D4 | 1F | 93 | 0 | 55 | 1F | 11 | 142 | 4A | 30 |
| Octal | 324 | 37 | 223 | 0 | 125 | 37 | 21 | 502 | 112 | 60 |
| Binary | 11010100 | 11111 | 10010011 | 0 | 1010101 | 11111 | 10001 | 101000010 | 1001010 | 110000 |
Color Harmonies of #D41F93
Complementary color
Monochromatic Colors of #D41F93
Black with #D41F93
Text Example
Text Example
White with #D41F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41F93; }
p { color: rgb(212,31,147); }
H1.HeaderClassName
{
color: #D41F93;
}
.AnyTagClassName
{
color: #D41F93;
}
</style>
background-color css
<style>
a { background-color: #D41F93; }
a { background-color: rgb(212,31,147); }
div.DivClassName
{
background-color: #D41F93;
}
.BgClassName
{
background-color: #D41F93;
}
</style>
border-color css
<style>
span { border-color: #D41F93; }
span { border-color: rgb(212,31,147); }
td.TdClassName
{
border-color: #D41F93;
}
.TagClassName
{
border-color: #D41F93;
}
</style>