Shades of Medium Violet Red #C71772
Tints of Medium Violet Red #C71772
RGB
CMYK
RGB Variations
Color information
#C71772 (or 0xC71772) is known color: Medium Violet Red. HEX triplet: C7, 17 and 72. RGB value is (199,23,114). Sum of RGB (Red+Green+Blue) = 199+23+114=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C71772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71772 is #38E88D. Grayscale: #555555. Windows color (decimal): -3729550 or 7477191. OLE color: 7477191.
HSL color Cylindrical-coordinate representation of color #C71772: hue angle of 328.98º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71772 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 114 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.22 |
| HSL | 328.98º | 0.79% | 0.44% | - |
| HSV(B) | 328.98º | 0.88% | 0.78% | - |
| XYZ | 26.9 | 13.97 | 17.2 | - |
| YUV | 86 | 143.81 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 114 | 0 | 0.88 | 0.43 | 0.22 | 328.98 | 0.79 | 0.44 |
| Hex | C7 | 17 | 72 | 0 | 58 | 2B | 16 | 149 | 4F | 2C |
| Octal | 307 | 27 | 162 | 0 | 130 | 53 | 26 | 511 | 117 | 54 |
| Binary | 11000111 | 10111 | 1110010 | 0 | 1011000 | 101011 | 10110 | 101001001 | 1001111 | 101100 |
Color Harmonies of #C71772
Complementary color
Monochromatic Colors of #C71772
Black with #C71772
Text Example
Text Example
White with #C71772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71772; }
p { color: rgb(199,23,114); }
H1.HeaderClassName
{
color: #C71772;
}
.AnyTagClassName
{
color: #C71772;
}
</style>
background-color css
<style>
a { background-color: #C71772; }
a { background-color: rgb(199,23,114); }
div.DivClassName
{
background-color: #C71772;
}
.BgClassName
{
background-color: #C71772;
}
</style>
border-color css
<style>
span { border-color: #C71772; }
span { border-color: rgb(199,23,114); }
td.TdClassName
{
border-color: #C71772;
}
.TagClassName
{
border-color: #C71772;
}
</style>