Shades of Medium Violet Red #D70C95
Tints of Medium Violet Red #D70C95
RGB
CMYK
RGB Variations
Color information
#D70C95 (or 0xD70C95) is known color: Medium Violet Red. HEX triplet: D7, 0C and 95. RGB value is (215,12,149). Sum of RGB (Red+Green+Blue) = 215+12+149=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C95 is #28F36A. Grayscale: #575757. Windows color (decimal): -2683755 or 9768151. OLE color: 9768151.
HSL color Cylindrical-coordinate representation of color #D70C95: hue angle of 319.51º 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 #D70C95 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 149 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.16 |
| HSL | 319.51º | 0.89% | 0.45% | - |
| HSV(B) | 319.51º | 0.94% | 0.84% | - |
| XYZ | 33.58 | 16.88 | 29.92 | - |
| YUV | 88.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 149 | 0 | 0.94 | 0.31 | 0.16 | 319.51 | 0.89 | 0.45 |
| Hex | D7 | C | 95 | 0 | 5E | 1F | 10 | 140 | 59 | 2D |
| Octal | 327 | 14 | 225 | 0 | 136 | 37 | 20 | 500 | 131 | 55 |
| Binary | 11010111 | 1100 | 10010101 | 0 | 1011110 | 11111 | 10000 | 101000000 | 1011001 | 101101 |
Color Harmonies of #D70C95
Complementary color
Monochromatic Colors of #D70C95
Black with #D70C95
Text Example
Text Example
White with #D70C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C95; }
p { color: rgb(215,12,149); }
H1.HeaderClassName
{
color: #D70C95;
}
.AnyTagClassName
{
color: #D70C95;
}
</style>
background-color css
<style>
a { background-color: #D70C95; }
a { background-color: rgb(215,12,149); }
div.DivClassName
{
background-color: #D70C95;
}
.BgClassName
{
background-color: #D70C95;
}
</style>
border-color css
<style>
span { border-color: #D70C95; }
span { border-color: rgb(215,12,149); }
td.TdClassName
{
border-color: #D70C95;
}
.TagClassName
{
border-color: #D70C95;
}
</style>