Shades of Medium Violet Red #C70077
Tints of Medium Violet Red #C70077
RGB
CMYK
RGB Variations
Color information
#C70077 (or 0xC70077) is known color: Medium Violet Red. HEX triplet: C7, 00 and 77. RGB value is (199,0,119). Sum of RGB (Red+Green+Blue) = 199+0+119=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C70077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70077 is #38FF88. Grayscale: #484848. Windows color (decimal): -3735433 or 7798983. OLE color: 7798983.
HSL color Cylindrical-coordinate representation of color #C70077: hue angle of 324.12º 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 #C70077 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.40 | 0.22 |
| HSL | 324.12º | 1% | 0.39% | - |
| HSV(B) | 324.12º | 1% | 0.78% | - |
| XYZ | 26.88 | 13.47 | 18.64 | - |
| YUV | 73.07 | 153.93 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 119 | 0 | 1 | 0.40 | 0.22 | 324.12 | 1 | 0.39 |
| Hex | C7 | 0 | 77 | 0 | 64 | 28 | 16 | 144 | 64 | 27 |
| Octal | 307 | 0 | 167 | 0 | 144 | 50 | 26 | 504 | 144 | 47 |
| Binary | 11000111 | 0 | 1110111 | 0 | 1100100 | 101000 | 10110 | 101000100 | 1100100 | 100111 |
Color Harmonies of #C70077
Complementary color
Monochromatic Colors of #C70077
Black with #C70077
Text Example
Text Example
White with #C70077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70077; }
p { color: rgb(199,0,119); }
H1.HeaderClassName
{
color: #C70077;
}
.AnyTagClassName
{
color: #C70077;
}
</style>
background-color css
<style>
a { background-color: #C70077; }
a { background-color: rgb(199,0,119); }
div.DivClassName
{
background-color: #C70077;
}
.BgClassName
{
background-color: #C70077;
}
</style>
border-color css
<style>
span { border-color: #C70077; }
span { border-color: rgb(199,0,119); }
td.TdClassName
{
border-color: #C70077;
}
.TagClassName
{
border-color: #C70077;
}
</style>