Shades of Medium Violet Red #C70877
Tints of Medium Violet Red #C70877
RGB
CMYK
RGB Variations
Color information
#C70877 (or 0xC70877) is known color: Medium Violet Red. HEX triplet: C7, 08 and 77. RGB value is (199,8,119). Sum of RGB (Red+Green+Blue) = 199+8+119=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C70877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70877 is #38F788. Grayscale: #4D4D4D. Windows color (decimal): -3733385 or 7801031. OLE color: 7801031.
HSL color Cylindrical-coordinate representation of color #C70877: hue angle of 325.13º 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 #C70877 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 119 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.22 |
| HSL | 325.13º | 0.92% | 0.41% | - |
| HSV(B) | 325.13º | 0.96% | 0.78% | - |
| XYZ | 26.97 | 13.65 | 18.67 | - |
| YUV | 77.76 | 151.28 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 119 | 0 | 0.96 | 0.40 | 0.22 | 325.13 | 0.92 | 0.41 |
| Hex | C7 | 8 | 77 | 0 | 60 | 28 | 16 | 145 | 5C | 29 |
| Octal | 307 | 10 | 167 | 0 | 140 | 50 | 26 | 505 | 134 | 51 |
| Binary | 11000111 | 1000 | 1110111 | 0 | 1100000 | 101000 | 10110 | 101000101 | 1011100 | 101001 |
Color Harmonies of #C70877
Complementary color
Monochromatic Colors of #C70877
Black with #C70877
Text Example
Text Example
White with #C70877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70877; }
p { color: rgb(199,8,119); }
H1.HeaderClassName
{
color: #C70877;
}
.AnyTagClassName
{
color: #C70877;
}
</style>
background-color css
<style>
a { background-color: #C70877; }
a { background-color: rgb(199,8,119); }
div.DivClassName
{
background-color: #C70877;
}
.BgClassName
{
background-color: #C70877;
}
</style>
border-color css
<style>
span { border-color: #C70877; }
span { border-color: rgb(199,8,119); }
td.TdClassName
{
border-color: #C70877;
}
.TagClassName
{
border-color: #C70877;
}
</style>