Shades of Medium Violet Red #D41978
Tints of Medium Violet Red #D41978
RGB
CMYK
RGB Variations
Color information
#D41978 (or 0xD41978) is known color: Medium Violet Red. HEX triplet: D4, 19 and 78. RGB value is (212,25,120). Sum of RGB (Red+Green+Blue) = 212+25+120=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D41978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41978 is #2BE687. Grayscale: #5B5B5B. Windows color (decimal): -2877064 or 7870932. OLE color: 7870932.
HSL color Cylindrical-coordinate representation of color #D41978: hue angle of 329.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41978 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 120 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.17 |
| HSL | 329.52º | 0.79% | 0.46% | - |
| HSV(B) | 329.52º | 0.88% | 0.83% | - |
| XYZ | 30.89 | 16.05 | 19.24 | - |
| YUV | 91.74 | 143.95 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 120 | 0 | 0.88 | 0.43 | 0.17 | 329.52 | 0.79 | 0.46 |
| Hex | D4 | 19 | 78 | 0 | 58 | 2B | 11 | 14A | 4F | 2E |
| Octal | 324 | 31 | 170 | 0 | 130 | 53 | 21 | 512 | 117 | 56 |
| Binary | 11010100 | 11001 | 1111000 | 0 | 1011000 | 101011 | 10001 | 101001010 | 1001111 | 101110 |
Color Harmonies of #D41978
Complementary color
Monochromatic Colors of #D41978
Black with #D41978
Text Example
Text Example
White with #D41978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41978; }
p { color: rgb(212,25,120); }
H1.HeaderClassName
{
color: #D41978;
}
.AnyTagClassName
{
color: #D41978;
}
</style>
background-color css
<style>
a { background-color: #D41978; }
a { background-color: rgb(212,25,120); }
div.DivClassName
{
background-color: #D41978;
}
.BgClassName
{
background-color: #D41978;
}
</style>
border-color css
<style>
span { border-color: #D41978; }
span { border-color: rgb(212,25,120); }
td.TdClassName
{
border-color: #D41978;
}
.TagClassName
{
border-color: #D41978;
}
</style>