Shades of Medium Violet Red #C70E70
Tints of Medium Violet Red #C70E70
RGB
CMYK
RGB Variations
Color information
#C70E70 (or 0xC70E70) is known color: Medium Violet Red. HEX triplet: C7, 0E and 70. RGB value is (199,14,112). Sum of RGB (Red+Green+Blue) = 199+14+112=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70E70 is #38F18F. Grayscale: #505050. Windows color (decimal): -3731856 or 7343815. OLE color: 7343815.
HSL color Cylindrical-coordinate representation of color #C70E70: hue angle of 328.22º 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 #C70E70 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 112 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.22 |
| HSL | 328.22º | 0.87% | 0.42% | - |
| HSV(B) | 328.22º | 0.93% | 0.78% | - |
| XYZ | 26.63 | 13.63 | 16.56 | - |
| YUV | 80.49 | 145.79 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 112 | 0 | 0.93 | 0.44 | 0.22 | 328.22 | 0.87 | 0.42 |
| Hex | C7 | E | 70 | 0 | 5D | 2C | 16 | 148 | 57 | 2A |
| Octal | 307 | 16 | 160 | 0 | 135 | 54 | 26 | 510 | 127 | 52 |
| Binary | 11000111 | 1110 | 1110000 | 0 | 1011101 | 101100 | 10110 | 101001000 | 1010111 | 101010 |
Color Harmonies of #C70E70
Complementary color
Monochromatic Colors of #C70E70
Black with #C70E70
Text Example
Text Example
White with #C70E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E70; }
p { color: rgb(199,14,112); }
H1.HeaderClassName
{
color: #C70E70;
}
.AnyTagClassName
{
color: #C70E70;
}
</style>
background-color css
<style>
a { background-color: #C70E70; }
a { background-color: rgb(199,14,112); }
div.DivClassName
{
background-color: #C70E70;
}
.BgClassName
{
background-color: #C70E70;
}
</style>
border-color css
<style>
span { border-color: #C70E70; }
span { border-color: rgb(199,14,112); }
td.TdClassName
{
border-color: #C70E70;
}
.TagClassName
{
border-color: #C70E70;
}
</style>