Shades of Medium Violet Red #C71871
Tints of Medium Violet Red #C71871
RGB
CMYK
RGB Variations
Color information
#C71871 (or 0xC71871) is known color: Medium Violet Red. HEX triplet: C7, 18 and 71. RGB value is (199,24,113). Sum of RGB (Red+Green+Blue) = 199+24+113=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C71871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71871 is #38E78E. Grayscale: #565656. Windows color (decimal): -3729295 or 7411911. OLE color: 7411911.
HSL color Cylindrical-coordinate representation of color #C71871: hue angle of 329.49º degrees, saturation: 0.78, 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 #C71871 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 113 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.22 |
| HSL | 329.49º | 0.78% | 0.44% | - |
| HSV(B) | 329.49º | 0.88% | 0.78% | - |
| XYZ | 26.86 | 13.99 | 16.91 | - |
| YUV | 86.47 | 142.98 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 113 | 0 | 0.88 | 0.43 | 0.22 | 329.49 | 0.78 | 0.44 |
| Hex | C7 | 18 | 71 | 0 | 58 | 2B | 16 | 149 | 4E | 2C |
| Octal | 307 | 30 | 161 | 0 | 130 | 53 | 26 | 511 | 116 | 54 |
| Binary | 11000111 | 11000 | 1110001 | 0 | 1011000 | 101011 | 10110 | 101001001 | 1001110 | 101100 |
Color Harmonies of #C71871
Complementary color
Monochromatic Colors of #C71871
Black with #C71871
Text Example
Text Example
White with #C71871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71871; }
p { color: rgb(199,24,113); }
H1.HeaderClassName
{
color: #C71871;
}
.AnyTagClassName
{
color: #C71871;
}
</style>
background-color css
<style>
a { background-color: #C71871; }
a { background-color: rgb(199,24,113); }
div.DivClassName
{
background-color: #C71871;
}
.BgClassName
{
background-color: #C71871;
}
</style>
border-color css
<style>
span { border-color: #C71871; }
span { border-color: rgb(199,24,113); }
td.TdClassName
{
border-color: #C71871;
}
.TagClassName
{
border-color: #C71871;
}
</style>