Shades of Medium Violet Red #C70896
Tints of Medium Violet Red #C70896
RGB
CMYK
RGB Variations
Color information
#C70896 (or 0xC70896) is known color: Medium Violet Red. HEX triplet: C7, 08 and 96. RGB value is (199,8,150). Sum of RGB (Red+Green+Blue) = 199+8+150=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C70896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70896 is #38F769. Grayscale: #505050. Windows color (decimal): -3733354 or 9832647. OLE color: 9832647.
HSL color Cylindrical-coordinate representation of color #C70896: hue angle of 315.39º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70896 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.22 |
| HSL | 315.39º | 0.92% | 0.41% | - |
| HSV(B) | 315.39º | 0.96% | 0.78% | - |
| XYZ | 29.15 | 14.52 | 30.12 | - |
| YUV | 81.3 | 166.78 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 150 | 0 | 0.96 | 0.25 | 0.22 | 315.39 | 0.92 | 0.41 |
| Hex | C7 | 8 | 96 | 0 | 60 | 19 | 16 | 13B | 5C | 29 |
| Octal | 307 | 10 | 226 | 0 | 140 | 31 | 26 | 473 | 134 | 51 |
| Binary | 11000111 | 1000 | 10010110 | 0 | 1100000 | 11001 | 10110 | 100111011 | 1011100 | 101001 |
Color Harmonies of #C70896
Complementary color
Monochromatic Colors of #C70896
Black with #C70896
Text Example
Text Example
White with #C70896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70896; }
p { color: rgb(199,8,150); }
H1.HeaderClassName
{
color: #C70896;
}
.AnyTagClassName
{
color: #C70896;
}
</style>
background-color css
<style>
a { background-color: #C70896; }
a { background-color: rgb(199,8,150); }
div.DivClassName
{
background-color: #C70896;
}
.BgClassName
{
background-color: #C70896;
}
</style>
border-color css
<style>
span { border-color: #C70896; }
span { border-color: rgb(199,8,150); }
td.TdClassName
{
border-color: #C70896;
}
.TagClassName
{
border-color: #C70896;
}
</style>