Shades of Medium Violet Red #C70977
Tints of Medium Violet Red #C70977
RGB
CMYK
RGB Variations
Color information
#C70977 (or 0xC70977) is known color: Medium Violet Red. HEX triplet: C7, 09 and 77. RGB value is (199,9,119). Sum of RGB (Red+Green+Blue) = 199+9+119=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C70977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70977 is #38F688. Grayscale: #4E4E4E. Windows color (decimal): -3733129 or 7801287. OLE color: 7801287.
HSL color Cylindrical-coordinate representation of color #C70977: hue angle of 325.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70977 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 119 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.22 |
| HSL | 325.26º | 0.91% | 0.41% | - |
| HSV(B) | 325.26º | 0.95% | 0.78% | - |
| XYZ | 26.98 | 13.67 | 18.67 | - |
| YUV | 78.35 | 150.95 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 119 | 0 | 0.95 | 0.40 | 0.22 | 325.26 | 0.91 | 0.41 |
| Hex | C7 | 9 | 77 | 0 | 5F | 28 | 16 | 145 | 5B | 29 |
| Octal | 307 | 11 | 167 | 0 | 137 | 50 | 26 | 505 | 133 | 51 |
| Binary | 11000111 | 1001 | 1110111 | 0 | 1011111 | 101000 | 10110 | 101000101 | 1011011 | 101001 |
Color Harmonies of #C70977
Complementary color
Monochromatic Colors of #C70977
Black with #C70977
Text Example
Text Example
White with #C70977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70977; }
p { color: rgb(199,9,119); }
H1.HeaderClassName
{
color: #C70977;
}
.AnyTagClassName
{
color: #C70977;
}
</style>
background-color css
<style>
a { background-color: #C70977; }
a { background-color: rgb(199,9,119); }
div.DivClassName
{
background-color: #C70977;
}
.BgClassName
{
background-color: #C70977;
}
</style>
border-color css
<style>
span { border-color: #C70977; }
span { border-color: rgb(199,9,119); }
td.TdClassName
{
border-color: #C70977;
}
.TagClassName
{
border-color: #C70977;
}
</style>