Shades of Medium Violet Red #C71499
Tints of Medium Violet Red #C71499
RGB
CMYK
RGB Variations
Color information
#C71499 (or 0xC71499) is known color: Medium Violet Red. HEX triplet: C7, 14 and 99. RGB value is (199,20,153). Sum of RGB (Red+Green+Blue) = 199+20+153=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C71499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71499 is #38EB66. Grayscale: #585858. Windows color (decimal): -3730279 or 10032327. OLE color: 10032327.
HSL color Cylindrical-coordinate representation of color #C71499: hue angle of 315.42º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71499 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 153 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.22 |
| HSL | 315.42º | 0.82% | 0.43% | - |
| HSV(B) | 315.42º | 0.9% | 0.78% | - |
| XYZ | 29.55 | 14.94 | 31.46 | - |
| YUV | 88.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 153 | 0 | 0.90 | 0.23 | 0.22 | 315.42 | 0.82 | 0.43 |
| Hex | C7 | 14 | 99 | 0 | 5A | 17 | 16 | 13B | 52 | 2B |
| Octal | 307 | 24 | 231 | 0 | 132 | 27 | 26 | 473 | 122 | 53 |
| Binary | 11000111 | 10100 | 10011001 | 0 | 1011010 | 10111 | 10110 | 100111011 | 1010010 | 101011 |
Color Harmonies of #C71499
Complementary color
Monochromatic Colors of #C71499
Black with #C71499
Text Example
Text Example
White with #C71499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71499; }
p { color: rgb(199,20,153); }
H1.HeaderClassName
{
color: #C71499;
}
.AnyTagClassName
{
color: #C71499;
}
</style>
background-color css
<style>
a { background-color: #C71499; }
a { background-color: rgb(199,20,153); }
div.DivClassName
{
background-color: #C71499;
}
.BgClassName
{
background-color: #C71499;
}
</style>
border-color css
<style>
span { border-color: #C71499; }
span { border-color: rgb(199,20,153); }
td.TdClassName
{
border-color: #C71499;
}
.TagClassName
{
border-color: #C71499;
}
</style>