Shades of Medium Violet Red #C70E78
Tints of Medium Violet Red #C70E78
RGB
CMYK
RGB Variations
Color information
#C70E78 (or 0xC70E78) is known color: Medium Violet Red. HEX triplet: C7, 0E and 78. RGB value is (199,14,120). Sum of RGB (Red+Green+Blue) = 199+14+120=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70E78 is #38F187. Grayscale: #515151. Windows color (decimal): -3731848 or 7868103. OLE color: 7868103.
HSL color Cylindrical-coordinate representation of color #C70E78: hue angle of 325.62º degrees, saturation: 0.87, 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 #C70E78 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 120 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.22 |
| HSL | 325.62º | 0.87% | 0.42% | - |
| HSV(B) | 325.62º | 0.93% | 0.78% | - |
| XYZ | 27.1 | 13.81 | 19.01 | - |
| YUV | 81.4 | 149.79 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 120 | 0 | 0.93 | 0.40 | 0.22 | 325.62 | 0.87 | 0.42 |
| Hex | C7 | E | 78 | 0 | 5D | 28 | 16 | 146 | 57 | 2A |
| Octal | 307 | 16 | 170 | 0 | 135 | 50 | 26 | 506 | 127 | 52 |
| Binary | 11000111 | 1110 | 1111000 | 0 | 1011101 | 101000 | 10110 | 101000110 | 1010111 | 101010 |
Color Harmonies of #C70E78
Complementary color
Monochromatic Colors of #C70E78
Black with #C70E78
Text Example
Text Example
White with #C70E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E78; }
p { color: rgb(199,14,120); }
H1.HeaderClassName
{
color: #C70E78;
}
.AnyTagClassName
{
color: #C70E78;
}
</style>
background-color css
<style>
a { background-color: #C70E78; }
a { background-color: rgb(199,14,120); }
div.DivClassName
{
background-color: #C70E78;
}
.BgClassName
{
background-color: #C70E78;
}
</style>
border-color css
<style>
span { border-color: #C70E78; }
span { border-color: rgb(199,14,120); }
td.TdClassName
{
border-color: #C70E78;
}
.TagClassName
{
border-color: #C70E78;
}
</style>