Shades of Medium Violet Red #C70D79
Tints of Medium Violet Red #C70D79
RGB
CMYK
RGB Variations
Color information
#C70D79 (or 0xC70D79) is known color: Medium Violet Red. HEX triplet: C7, 0D and 79. RGB value is (199,13,121). Sum of RGB (Red+Green+Blue) = 199+13+121=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D79 is #38F286. Grayscale: #505050. Windows color (decimal): -3732103 or 7933383. OLE color: 7933383.
HSL color Cylindrical-coordinate representation of color #C70D79: hue angle of 325.16º 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 #C70D79 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 121 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.22 |
| HSL | 325.16º | 0.88% | 0.42% | - |
| HSV(B) | 325.16º | 0.93% | 0.78% | - |
| XYZ | 27.15 | 13.81 | 19.32 | - |
| YUV | 80.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 121 | 0 | 0.93 | 0.39 | 0.22 | 325.16 | 0.88 | 0.42 |
| Hex | C7 | D | 79 | 0 | 5D | 27 | 16 | 145 | 58 | 2A |
| Octal | 307 | 15 | 171 | 0 | 135 | 47 | 26 | 505 | 130 | 52 |
| Binary | 11000111 | 1101 | 1111001 | 0 | 1011101 | 100111 | 10110 | 101000101 | 1011000 | 101010 |
Color Harmonies of #C70D79
Complementary color
Monochromatic Colors of #C70D79
Black with #C70D79
Text Example
Text Example
White with #C70D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D79; }
p { color: rgb(199,13,121); }
H1.HeaderClassName
{
color: #C70D79;
}
.AnyTagClassName
{
color: #C70D79;
}
</style>
background-color css
<style>
a { background-color: #C70D79; }
a { background-color: rgb(199,13,121); }
div.DivClassName
{
background-color: #C70D79;
}
.BgClassName
{
background-color: #C70D79;
}
</style>
border-color css
<style>
span { border-color: #C70D79; }
span { border-color: rgb(199,13,121); }
td.TdClassName
{
border-color: #C70D79;
}
.TagClassName
{
border-color: #C70D79;
}
</style>