Shades of Medium Violet Red #D41E7F
Tints of Medium Violet Red #D41E7F
RGB
CMYK
RGB Variations
Color information
#D41E7F (or 0xD41E7F) is known color: Medium Violet Red. HEX triplet: D4, 1E and 7F. RGB value is (212,30,127). Sum of RGB (Red+Green+Blue) = 212+30+127=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41E7F is #2BE180. Grayscale: #5F5F5F. Windows color (decimal): -2875777 or 8330964. OLE color: 8330964.
HSL color Cylindrical-coordinate representation of color #D41E7F: hue angle of 328.02º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41E7F is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 127 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.17 |
| HSL | 328.02º | 0.75% | 0.47% | - |
| HSV(B) | 328.02º | 0.86% | 0.83% | - |
| XYZ | 31.45 | 16.46 | 21.6 | - |
| YUV | 95.48 | 145.8 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 127 | 0 | 0.86 | 0.40 | 0.17 | 328.02 | 0.75 | 0.47 |
| Hex | D4 | 1E | 7F | 0 | 56 | 28 | 11 | 148 | 4B | 2F |
| Octal | 324 | 36 | 177 | 0 | 126 | 50 | 21 | 510 | 113 | 57 |
| Binary | 11010100 | 11110 | 1111111 | 0 | 1010110 | 101000 | 10001 | 101001000 | 1001011 | 101111 |
Color Harmonies of #D41E7F
Complementary color
Monochromatic Colors of #D41E7F
Black with #D41E7F
Text Example
Text Example
White with #D41E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41E7F; }
p { color: rgb(212,30,127); }
H1.HeaderClassName
{
color: #D41E7F;
}
.AnyTagClassName
{
color: #D41E7F;
}
</style>
background-color css
<style>
a { background-color: #D41E7F; }
a { background-color: rgb(212,30,127); }
div.DivClassName
{
background-color: #D41E7F;
}
.BgClassName
{
background-color: #D41E7F;
}
</style>
border-color css
<style>
span { border-color: #D41E7F; }
span { border-color: rgb(212,30,127); }
td.TdClassName
{
border-color: #D41E7F;
}
.TagClassName
{
border-color: #D41E7F;
}
</style>