Shades of Medium Violet Red #C70D71
Tints of Medium Violet Red #C70D71
RGB
CMYK
RGB Variations
Color information
#C70D71 (or 0xC70D71) is known color: Medium Violet Red. HEX triplet: C7, 0D and 71. RGB value is (199,13,113). Sum of RGB (Red+Green+Blue) = 199+13+113=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D71 is #38F28E. Grayscale: #4F4F4F. Windows color (decimal): -3732111 or 7409095. OLE color: 7409095.
HSL color Cylindrical-coordinate representation of color #C70D71: hue angle of 327.74º 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 #C70D71 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 113 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.22 |
| HSL | 327.74º | 0.88% | 0.42% | - |
| HSV(B) | 327.74º | 0.93% | 0.78% | - |
| XYZ | 26.68 | 13.62 | 16.85 | - |
| YUV | 80.01 | 146.62 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 113 | 0 | 0.93 | 0.43 | 0.22 | 327.74 | 0.88 | 0.42 |
| Hex | C7 | D | 71 | 0 | 5D | 2B | 16 | 148 | 58 | 2A |
| Octal | 307 | 15 | 161 | 0 | 135 | 53 | 26 | 510 | 130 | 52 |
| Binary | 11000111 | 1101 | 1110001 | 0 | 1011101 | 101011 | 10110 | 101001000 | 1011000 | 101010 |
Color Harmonies of #C70D71
Complementary color
Monochromatic Colors of #C70D71
Black with #C70D71
Text Example
Text Example
White with #C70D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D71; }
p { color: rgb(199,13,113); }
H1.HeaderClassName
{
color: #C70D71;
}
.AnyTagClassName
{
color: #C70D71;
}
</style>
background-color css
<style>
a { background-color: #C70D71; }
a { background-color: rgb(199,13,113); }
div.DivClassName
{
background-color: #C70D71;
}
.BgClassName
{
background-color: #C70D71;
}
</style>
border-color css
<style>
span { border-color: #C70D71; }
span { border-color: rgb(199,13,113); }
td.TdClassName
{
border-color: #C70D71;
}
.TagClassName
{
border-color: #C70D71;
}
</style>