Shades of Medium Violet Red #C71972
Tints of Medium Violet Red #C71972
RGB
CMYK
RGB Variations
Color information
#C71972 (or 0xC71972) is known color: Medium Violet Red. HEX triplet: C7, 19 and 72. RGB value is (199,25,114). Sum of RGB (Red+Green+Blue) = 199+25+114=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C71972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71972 is #38E68D. Grayscale: #565656. Windows color (decimal): -3729038 or 7477703. OLE color: 7477703.
HSL color Cylindrical-coordinate representation of color #C71972: hue angle of 329.31º 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 #C71972 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 114 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.22 |
| HSL | 329.31º | 0.78% | 0.44% | - |
| HSV(B) | 329.31º | 0.87% | 0.78% | - |
| XYZ | 26.94 | 14.05 | 17.21 | - |
| YUV | 87.17 | 143.15 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 114 | 0 | 0.87 | 0.43 | 0.22 | 329.31 | 0.78 | 0.44 |
| Hex | C7 | 19 | 72 | 0 | 57 | 2B | 16 | 149 | 4E | 2C |
| Octal | 307 | 31 | 162 | 0 | 127 | 53 | 26 | 511 | 116 | 54 |
| Binary | 11000111 | 11001 | 1110010 | 0 | 1010111 | 101011 | 10110 | 101001001 | 1001110 | 101100 |
Color Harmonies of #C71972
Complementary color
Monochromatic Colors of #C71972
Black with #C71972
Text Example
Text Example
White with #C71972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71972; }
p { color: rgb(199,25,114); }
H1.HeaderClassName
{
color: #C71972;
}
.AnyTagClassName
{
color: #C71972;
}
</style>
background-color css
<style>
a { background-color: #C71972; }
a { background-color: rgb(199,25,114); }
div.DivClassName
{
background-color: #C71972;
}
.BgClassName
{
background-color: #C71972;
}
</style>
border-color css
<style>
span { border-color: #C71972; }
span { border-color: rgb(199,25,114); }
td.TdClassName
{
border-color: #C71972;
}
.TagClassName
{
border-color: #C71972;
}
</style>