Shades of Medium Violet Red #C71970
Tints of Medium Violet Red #C71970
RGB
CMYK
RGB Variations
Color information
#C71970 (or 0xC71970) is known color: Medium Violet Red. HEX triplet: C7, 19 and 70. RGB value is (199,25,112). Sum of RGB (Red+Green+Blue) = 199+25+112=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C71970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71970 is #38E68F. Grayscale: #565656. Windows color (decimal): -3729040 or 7346631. OLE color: 7346631.
HSL color Cylindrical-coordinate representation of color #C71970: hue angle of 330º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71970 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 112 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.22 |
| HSL | 330º | 0.78% | 0.44% | - |
| HSV(B) | 330º | 0.87% | 0.78% | - |
| XYZ | 26.83 | 14.01 | 16.62 | - |
| YUV | 86.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 112 | 0 | 0.87 | 0.44 | 0.22 | 330 | 0.78 | 0.44 |
| Hex | C7 | 19 | 70 | 0 | 57 | 2C | 16 | 14A | 4E | 2C |
| Octal | 307 | 31 | 160 | 0 | 127 | 54 | 26 | 512 | 116 | 54 |
| Binary | 11000111 | 11001 | 1110000 | 0 | 1010111 | 101100 | 10110 | 101001010 | 1001110 | 101100 |
Color Harmonies of #C71970
Complementary color
Monochromatic Colors of #C71970
Black with #C71970
Text Example
Text Example
White with #C71970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71970; }
p { color: rgb(199,25,112); }
H1.HeaderClassName
{
color: #C71970;
}
.AnyTagClassName
{
color: #C71970;
}
</style>
background-color css
<style>
a { background-color: #C71970; }
a { background-color: rgb(199,25,112); }
div.DivClassName
{
background-color: #C71970;
}
.BgClassName
{
background-color: #C71970;
}
</style>
border-color css
<style>
span { border-color: #C71970; }
span { border-color: rgb(199,25,112); }
td.TdClassName
{
border-color: #C71970;
}
.TagClassName
{
border-color: #C71970;
}
</style>