Shades of Medium Violet Red #C70D78
Tints of Medium Violet Red #C70D78
RGB
CMYK
RGB Variations
Color information
#C70D78 (or 0xC70D78) is known color: Medium Violet Red. HEX triplet: C7, 0D and 78. RGB value is (199,13,120). Sum of RGB (Red+Green+Blue) = 199+13+120=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D78 is #38F287. Grayscale: #505050. Windows color (decimal): -3732104 or 7867847. OLE color: 7867847.
HSL color Cylindrical-coordinate representation of color #C70D78: hue angle of 325.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D78 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 120 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.22 |
| HSL | 325.48º | 0.88% | 0.42% | - |
| HSV(B) | 325.48º | 0.93% | 0.78% | - |
| XYZ | 27.09 | 13.79 | 19 | - |
| YUV | 80.81 | 150.12 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 120 | 0 | 0.93 | 0.40 | 0.22 | 325.48 | 0.88 | 0.42 |
| Hex | C7 | D | 78 | 0 | 5D | 28 | 16 | 145 | 58 | 2A |
| Octal | 307 | 15 | 170 | 0 | 135 | 50 | 26 | 505 | 130 | 52 |
| Binary | 11000111 | 1101 | 1111000 | 0 | 1011101 | 101000 | 10110 | 101000101 | 1011000 | 101010 |
Color Harmonies of #C70D78
Complementary color
Monochromatic Colors of #C70D78
Black with #C70D78
Text Example
Text Example
White with #C70D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D78; }
p { color: rgb(199,13,120); }
H1.HeaderClassName
{
color: #C70D78;
}
.AnyTagClassName
{
color: #C70D78;
}
</style>
background-color css
<style>
a { background-color: #C70D78; }
a { background-color: rgb(199,13,120); }
div.DivClassName
{
background-color: #C70D78;
}
.BgClassName
{
background-color: #C70D78;
}
</style>
border-color css
<style>
span { border-color: #C70D78; }
span { border-color: rgb(199,13,120); }
td.TdClassName
{
border-color: #C70D78;
}
.TagClassName
{
border-color: #C70D78;
}
</style>