Shades of Medium Violet Red #D01C78
Tints of Medium Violet Red #D01C78
RGB
CMYK
RGB Variations
Color information
#D01C78 (or 0xD01C78) is known color: Medium Violet Red. HEX triplet: D0, 1C and 78. RGB value is (208,28,120). Sum of RGB (Red+Green+Blue) = 208+28+120=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C78 is #2FE387. Grayscale: #5C5C5C. Windows color (decimal): -3138440 or 7871696. OLE color: 7871696.
HSL color Cylindrical-coordinate representation of color #D01C78: hue angle of 329.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C78 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 120 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.18 |
| HSL | 329.33º | 0.76% | 0.46% | - |
| HSV(B) | 329.33º | 0.87% | 0.82% | - |
| XYZ | 29.82 | 15.6 | 19.21 | - |
| YUV | 92.31 | 143.63 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 120 | 0 | 0.87 | 0.42 | 0.18 | 329.33 | 0.76 | 0.46 |
| Hex | D0 | 1C | 78 | 0 | 57 | 2A | 12 | 149 | 4C | 2E |
| Octal | 320 | 34 | 170 | 0 | 127 | 52 | 22 | 511 | 114 | 56 |
| Binary | 11010000 | 11100 | 1111000 | 0 | 1010111 | 101010 | 10010 | 101001001 | 1001100 | 101110 |
Color Harmonies of #D01C78
Complementary color
Monochromatic Colors of #D01C78
Black with #D01C78
Text Example
Text Example
White with #D01C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C78; }
p { color: rgb(208,28,120); }
H1.HeaderClassName
{
color: #D01C78;
}
.AnyTagClassName
{
color: #D01C78;
}
</style>
background-color css
<style>
a { background-color: #D01C78; }
a { background-color: rgb(208,28,120); }
div.DivClassName
{
background-color: #D01C78;
}
.BgClassName
{
background-color: #D01C78;
}
</style>
border-color css
<style>
span { border-color: #D01C78; }
span { border-color: rgb(208,28,120); }
td.TdClassName
{
border-color: #D01C78;
}
.TagClassName
{
border-color: #D01C78;
}
</style>