Shades of Medium Violet Red #C70D77
Tints of Medium Violet Red #C70D77
RGB
CMYK
RGB Variations
Color information
#C70D77 (or 0xC70D77) is known color: Medium Violet Red. HEX triplet: C7, 0D and 77. RGB value is (199,13,119). Sum of RGB (Red+Green+Blue) = 199+13+119=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D77 is #38F288. Grayscale: #505050. Windows color (decimal): -3732105 or 7802311. OLE color: 7802311.
HSL color Cylindrical-coordinate representation of color #C70D77: hue angle of 325.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D77 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 119 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.22 |
| HSL | 325.81º | 0.88% | 0.42% | - |
| HSV(B) | 325.81º | 0.93% | 0.78% | - |
| XYZ | 27.03 | 13.76 | 18.68 | - |
| YUV | 80.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 119 | 0 | 0.93 | 0.40 | 0.22 | 325.81 | 0.88 | 0.42 |
| Hex | C7 | D | 77 | 0 | 5D | 28 | 16 | 146 | 58 | 2A |
| Octal | 307 | 15 | 167 | 0 | 135 | 50 | 26 | 506 | 130 | 52 |
| Binary | 11000111 | 1101 | 1110111 | 0 | 1011101 | 101000 | 10110 | 101000110 | 1011000 | 101010 |
Color Harmonies of #C70D77
Complementary color
Monochromatic Colors of #C70D77
Black with #C70D77
Text Example
Text Example
White with #C70D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D77; }
p { color: rgb(199,13,119); }
H1.HeaderClassName
{
color: #C70D77;
}
.AnyTagClassName
{
color: #C70D77;
}
</style>
background-color css
<style>
a { background-color: #C70D77; }
a { background-color: rgb(199,13,119); }
div.DivClassName
{
background-color: #C70D77;
}
.BgClassName
{
background-color: #C70D77;
}
</style>
border-color css
<style>
span { border-color: #C70D77; }
span { border-color: rgb(199,13,119); }
td.TdClassName
{
border-color: #C70D77;
}
.TagClassName
{
border-color: #C70D77;
}
</style>