Shades of Medium Violet Red #C71496
Tints of Medium Violet Red #C71496
RGB
CMYK
RGB Variations
Color information
#C71496 (or 0xC71496) is known color: Medium Violet Red. HEX triplet: C7, 14 and 96. RGB value is (199,20,150). Sum of RGB (Red+Green+Blue) = 199+20+150=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C71496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71496 is #38EB69. Grayscale: #585858. Windows color (decimal): -3730282 or 9835719. OLE color: 9835719.
HSL color Cylindrical-coordinate representation of color #C71496: hue angle of 316.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 #C71496 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 150 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.22 |
| HSL | 316.42º | 0.82% | 0.43% | - |
| HSV(B) | 316.42º | 0.9% | 0.78% | - |
| XYZ | 29.31 | 14.84 | 30.17 | - |
| YUV | 88.34 | 162.8 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 150 | 0 | 0.90 | 0.25 | 0.22 | 316.42 | 0.82 | 0.43 |
| Hex | C7 | 14 | 96 | 0 | 5A | 19 | 16 | 13C | 52 | 2B |
| Octal | 307 | 24 | 226 | 0 | 132 | 31 | 26 | 474 | 122 | 53 |
| Binary | 11000111 | 10100 | 10010110 | 0 | 1011010 | 11001 | 10110 | 100111100 | 1010010 | 101011 |
Color Harmonies of #C71496
Complementary color
Monochromatic Colors of #C71496
Black with #C71496
Text Example
Text Example
White with #C71496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71496; }
p { color: rgb(199,20,150); }
H1.HeaderClassName
{
color: #C71496;
}
.AnyTagClassName
{
color: #C71496;
}
</style>
background-color css
<style>
a { background-color: #C71496; }
a { background-color: rgb(199,20,150); }
div.DivClassName
{
background-color: #C71496;
}
.BgClassName
{
background-color: #C71496;
}
</style>
border-color css
<style>
span { border-color: #C71496; }
span { border-color: rgb(199,20,150); }
td.TdClassName
{
border-color: #C71496;
}
.TagClassName
{
border-color: #C71496;
}
</style>