Shades of Medium Violet Red #C71988
Tints of Medium Violet Red #C71988
RGB
CMYK
RGB Variations
Color information
#C71988 (or 0xC71988) is known color: Medium Violet Red. HEX triplet: C7, 19 and 88. RGB value is (199,25,136). Sum of RGB (Red+Green+Blue) = 199+25+136=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C71988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71988 is #38E677. Grayscale: #595959. Windows color (decimal): -3729016 or 8919495. OLE color: 8919495.
HSL color Cylindrical-coordinate representation of color #C71988: hue angle of 321.72º 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 #C71988 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 136 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.22 |
| HSL | 321.72º | 0.78% | 0.44% | - |
| HSV(B) | 321.72º | 0.87% | 0.78% | - |
| XYZ | 28.34 | 14.61 | 24.62 | - |
| YUV | 89.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 136 | 0 | 0.87 | 0.32 | 0.22 | 321.72 | 0.78 | 0.44 |
| Hex | C7 | 19 | 88 | 0 | 57 | 20 | 16 | 142 | 4E | 2C |
| Octal | 307 | 31 | 210 | 0 | 127 | 40 | 26 | 502 | 116 | 54 |
| Binary | 11000111 | 11001 | 10001000 | 0 | 1010111 | 100000 | 10110 | 101000010 | 1001110 | 101100 |
Color Harmonies of #C71988
Complementary color
Monochromatic Colors of #C71988
Black with #C71988
Text Example
Text Example
White with #C71988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71988; }
p { color: rgb(199,25,136); }
H1.HeaderClassName
{
color: #C71988;
}
.AnyTagClassName
{
color: #C71988;
}
</style>
background-color css
<style>
a { background-color: #C71988; }
a { background-color: rgb(199,25,136); }
div.DivClassName
{
background-color: #C71988;
}
.BgClassName
{
background-color: #C71988;
}
</style>
border-color css
<style>
span { border-color: #C71988; }
span { border-color: rgb(199,25,136); }
td.TdClassName
{
border-color: #C71988;
}
.TagClassName
{
border-color: #C71988;
}
</style>