Shades of Medium Violet Red #C70799
Tints of Medium Violet Red #C70799
RGB
CMYK
RGB Variations
Color information
#C70799 (or 0xC70799) is known color: Medium Violet Red. HEX triplet: C7, 07 and 99. RGB value is (199,7,153). Sum of RGB (Red+Green+Blue) = 199+7+153=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C70799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70799 is #38F866. Grayscale: #505050. Windows color (decimal): -3733607 or 10028999. OLE color: 10028999.
HSL color Cylindrical-coordinate representation of color #C70799: hue angle of 314.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70799 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 153 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.22 |
| HSL | 314.38º | 0.93% | 0.4% | - |
| HSV(B) | 314.38º | 0.96% | 0.78% | - |
| XYZ | 29.38 | 14.59 | 31.41 | - |
| YUV | 81.05 | 168.61 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 153 | 0 | 0.96 | 0.23 | 0.22 | 314.38 | 0.93 | 0.4 |
| Hex | C7 | 7 | 99 | 0 | 60 | 17 | 16 | 13A | 5D | 28 |
| Octal | 307 | 7 | 231 | 0 | 140 | 27 | 26 | 472 | 135 | 50 |
| Binary | 11000111 | 111 | 10011001 | 0 | 1100000 | 10111 | 10110 | 100111010 | 1011101 | 101000 |
Color Harmonies of #C70799
Complementary color
Monochromatic Colors of #C70799
Black with #C70799
Text Example
Text Example
White with #C70799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70799; }
p { color: rgb(199,7,153); }
H1.HeaderClassName
{
color: #C70799;
}
.AnyTagClassName
{
color: #C70799;
}
</style>
background-color css
<style>
a { background-color: #C70799; }
a { background-color: rgb(199,7,153); }
div.DivClassName
{
background-color: #C70799;
}
.BgClassName
{
background-color: #C70799;
}
</style>
border-color css
<style>
span { border-color: #C70799; }
span { border-color: rgb(199,7,153); }
td.TdClassName
{
border-color: #C70799;
}
.TagClassName
{
border-color: #C70799;
}
</style>