Shades of Medium Violet Red #C71599
Tints of Medium Violet Red #C71599
RGB
CMYK
RGB Variations
Color information
#C71599 (or 0xC71599) is known color: Medium Violet Red. HEX triplet: C7, 15 and 99. RGB value is (199,21,153). Sum of RGB (Red+Green+Blue) = 199+21+153=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C71599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71599 is #38EA66. Grayscale: #585858. Windows color (decimal): -3730023 or 10032583. OLE color: 10032583.
HSL color Cylindrical-coordinate representation of color #C71599: hue angle of 315.51º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71599 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 153 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.22 |
| HSL | 315.51º | 0.81% | 0.43% | - |
| HSV(B) | 315.51º | 0.89% | 0.78% | - |
| XYZ | 29.57 | 14.98 | 31.47 | - |
| YUV | 89.27 | 163.97 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 153 | 0 | 0.89 | 0.23 | 0.22 | 315.51 | 0.81 | 0.43 |
| Hex | C7 | 15 | 99 | 0 | 59 | 17 | 16 | 13C | 51 | 2B |
| Octal | 307 | 25 | 231 | 0 | 131 | 27 | 26 | 474 | 121 | 53 |
| Binary | 11000111 | 10101 | 10011001 | 0 | 1011001 | 10111 | 10110 | 100111100 | 1010001 | 101011 |
Color Harmonies of #C71599
Complementary color
Monochromatic Colors of #C71599
Black with #C71599
Text Example
Text Example
White with #C71599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71599; }
p { color: rgb(199,21,153); }
H1.HeaderClassName
{
color: #C71599;
}
.AnyTagClassName
{
color: #C71599;
}
</style>
background-color css
<style>
a { background-color: #C71599; }
a { background-color: rgb(199,21,153); }
div.DivClassName
{
background-color: #C71599;
}
.BgClassName
{
background-color: #C71599;
}
</style>
border-color css
<style>
span { border-color: #C71599; }
span { border-color: rgb(199,21,153); }
td.TdClassName
{
border-color: #C71599;
}
.TagClassName
{
border-color: #C71599;
}
</style>