Shades of Medium Violet Red #D70C78
Tints of Medium Violet Red #D70C78
RGB
CMYK
RGB Variations
Color information
#D70C78 (or 0xD70C78) is known color: Medium Violet Red. HEX triplet: D7, 0C and 78. RGB value is (215,12,120). Sum of RGB (Red+Green+Blue) = 215+12+120=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C78 is #28F387. Grayscale: #545454. Windows color (decimal): -2683784 or 7867607. OLE color: 7867607.
HSL color Cylindrical-coordinate representation of color #D70C78: hue angle of 328.08º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C78 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 120 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.16 |
| HSL | 328.08º | 0.89% | 0.45% | - |
| HSV(B) | 328.08º | 0.94% | 0.84% | - |
| XYZ | 31.55 | 16.07 | 19.21 | - |
| YUV | 85.01 | 147.75 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 120 | 0 | 0.94 | 0.44 | 0.16 | 328.08 | 0.89 | 0.45 |
| Hex | D7 | C | 78 | 0 | 5E | 2C | 10 | 148 | 59 | 2D |
| Octal | 327 | 14 | 170 | 0 | 136 | 54 | 20 | 510 | 131 | 55 |
| Binary | 11010111 | 1100 | 1111000 | 0 | 1011110 | 101100 | 10000 | 101001000 | 1011001 | 101101 |
Color Harmonies of #D70C78
Complementary color
Monochromatic Colors of #D70C78
Black with #D70C78
Text Example
Text Example
White with #D70C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C78; }
p { color: rgb(215,12,120); }
H1.HeaderClassName
{
color: #D70C78;
}
.AnyTagClassName
{
color: #D70C78;
}
</style>
background-color css
<style>
a { background-color: #D70C78; }
a { background-color: rgb(215,12,120); }
div.DivClassName
{
background-color: #D70C78;
}
.BgClassName
{
background-color: #D70C78;
}
</style>
border-color css
<style>
span { border-color: #D70C78; }
span { border-color: rgb(215,12,120); }
td.TdClassName
{
border-color: #D70C78;
}
.TagClassName
{
border-color: #D70C78;
}
</style>