Shades of Medium Violet Red #C71299
Tints of Medium Violet Red #C71299
RGB
CMYK
RGB Variations
Color information
#C71299 (or 0xC71299) is known color: Medium Violet Red. HEX triplet: C7, 12 and 99. RGB value is (199,18,153). Sum of RGB (Red+Green+Blue) = 199+18+153=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C71299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71299 is #38ED66. Grayscale: #575757. Windows color (decimal): -3730791 or 10031815. OLE color: 10031815.
HSL color Cylindrical-coordinate representation of color #C71299: hue angle of 315.25º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71299 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 153 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.22 |
| HSL | 315.25º | 0.83% | 0.43% | - |
| HSV(B) | 315.25º | 0.91% | 0.78% | - |
| XYZ | 29.52 | 14.87 | 31.45 | - |
| YUV | 87.51 | 164.97 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 153 | 0 | 0.91 | 0.23 | 0.22 | 315.25 | 0.83 | 0.43 |
| Hex | C7 | 12 | 99 | 0 | 5B | 17 | 16 | 13B | 53 | 2B |
| Octal | 307 | 22 | 231 | 0 | 133 | 27 | 26 | 473 | 123 | 53 |
| Binary | 11000111 | 10010 | 10011001 | 0 | 1011011 | 10111 | 10110 | 100111011 | 1010011 | 101011 |
Color Harmonies of #C71299
Complementary color
Monochromatic Colors of #C71299
Black with #C71299
Text Example
Text Example
White with #C71299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71299; }
p { color: rgb(199,18,153); }
H1.HeaderClassName
{
color: #C71299;
}
.AnyTagClassName
{
color: #C71299;
}
</style>
background-color css
<style>
a { background-color: #C71299; }
a { background-color: rgb(199,18,153); }
div.DivClassName
{
background-color: #C71299;
}
.BgClassName
{
background-color: #C71299;
}
</style>
border-color css
<style>
span { border-color: #C71299; }
span { border-color: rgb(199,18,153); }
td.TdClassName
{
border-color: #C71299;
}
.TagClassName
{
border-color: #C71299;
}
</style>