Shades of Medium Violet Red #C71888
Tints of Medium Violet Red #C71888
RGB
CMYK
RGB Variations
Color information
#C71888 (or 0xC71888) is known color: Medium Violet Red. HEX triplet: C7, 18 and 88. RGB value is (199,24,136). Sum of RGB (Red+Green+Blue) = 199+24+136=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C71888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71888 is #38E777. Grayscale: #585858. Windows color (decimal): -3729272 or 8919239. OLE color: 8919239.
HSL color Cylindrical-coordinate representation of color #C71888: hue angle of 321.6º 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 #C71888 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 136 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.22 |
| HSL | 321.6º | 0.78% | 0.44% | - |
| HSV(B) | 321.6º | 0.88% | 0.78% | - |
| XYZ | 28.32 | 14.57 | 24.61 | - |
| YUV | 89.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 136 | 0 | 0.88 | 0.32 | 0.22 | 321.6 | 0.78 | 0.44 |
| Hex | C7 | 18 | 88 | 0 | 58 | 20 | 16 | 142 | 4E | 2C |
| Octal | 307 | 30 | 210 | 0 | 130 | 40 | 26 | 502 | 116 | 54 |
| Binary | 11000111 | 11000 | 10001000 | 0 | 1011000 | 100000 | 10110 | 101000010 | 1001110 | 101100 |
Color Harmonies of #C71888
Complementary color
Monochromatic Colors of #C71888
Black with #C71888
Text Example
Text Example
White with #C71888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71888; }
p { color: rgb(199,24,136); }
H1.HeaderClassName
{
color: #C71888;
}
.AnyTagClassName
{
color: #C71888;
}
</style>
background-color css
<style>
a { background-color: #C71888; }
a { background-color: rgb(199,24,136); }
div.DivClassName
{
background-color: #C71888;
}
.BgClassName
{
background-color: #C71888;
}
</style>
border-color css
<style>
span { border-color: #C71888; }
span { border-color: rgb(199,24,136); }
td.TdClassName
{
border-color: #C71888;
}
.TagClassName
{
border-color: #C71888;
}
</style>