Shades of Medium Violet Red #C70070
Tints of Medium Violet Red #C70070
RGB
CMYK
RGB Variations
Color information
#C70070 (or 0xC70070) is known color: Medium Violet Red. HEX triplet: C7, 00 and 70. RGB value is (199,0,112). Sum of RGB (Red+Green+Blue) = 199+0+112=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C70070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70070 is #38FF8F. Grayscale: #484848. Windows color (decimal): -3735440 or 7340231. OLE color: 7340231.
HSL color Cylindrical-coordinate representation of color #C70070: hue angle of 326.23º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70070 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.44 | 0.22 |
| HSL | 326.23º | 1% | 0.39% | - |
| HSV(B) | 326.23º | 1% | 0.78% | - |
| XYZ | 26.48 | 13.31 | 16.5 | - |
| YUV | 72.27 | 150.43 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 112 | 0 | 1 | 0.44 | 0.22 | 326.23 | 1 | 0.39 |
| Hex | C7 | 0 | 70 | 0 | 64 | 2C | 16 | 146 | 64 | 27 |
| Octal | 307 | 0 | 160 | 0 | 144 | 54 | 26 | 506 | 144 | 47 |
| Binary | 11000111 | 0 | 1110000 | 0 | 1100100 | 101100 | 10110 | 101000110 | 1100100 | 100111 |
Color Harmonies of #C70070
Complementary color
Monochromatic Colors of #C70070
Black with #C70070
Text Example
Text Example
White with #C70070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70070; }
p { color: rgb(199,0,112); }
H1.HeaderClassName
{
color: #C70070;
}
.AnyTagClassName
{
color: #C70070;
}
</style>
background-color css
<style>
a { background-color: #C70070; }
a { background-color: rgb(199,0,112); }
div.DivClassName
{
background-color: #C70070;
}
.BgClassName
{
background-color: #C70070;
}
</style>
border-color css
<style>
span { border-color: #C70070; }
span { border-color: rgb(199,0,112); }
td.TdClassName
{
border-color: #C70070;
}
.TagClassName
{
border-color: #C70070;
}
</style>