Shades of Medium Violet Red #C71596
Tints of Medium Violet Red #C71596
RGB
CMYK
RGB Variations
Color information
#C71596 (or 0xC71596) is known color: Medium Violet Red. HEX triplet: C7, 15 and 96. RGB value is (199,21,150). Sum of RGB (Red+Green+Blue) = 199+21+150=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C71596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71596 is #38EA69. Grayscale: #585858. Windows color (decimal): -3730026 or 9835975. OLE color: 9835975.
HSL color Cylindrical-coordinate representation of color #C71596: hue angle of 316.52º 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 #C71596 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 150 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.22 |
| HSL | 316.52º | 0.81% | 0.43% | - |
| HSV(B) | 316.52º | 0.89% | 0.78% | - |
| XYZ | 29.33 | 14.88 | 30.18 | - |
| YUV | 88.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 150 | 0 | 0.89 | 0.25 | 0.22 | 316.52 | 0.81 | 0.43 |
| Hex | C7 | 15 | 96 | 0 | 59 | 19 | 16 | 13D | 51 | 2B |
| Octal | 307 | 25 | 226 | 0 | 131 | 31 | 26 | 475 | 121 | 53 |
| Binary | 11000111 | 10101 | 10010110 | 0 | 1011001 | 11001 | 10110 | 100111101 | 1010001 | 101011 |
Color Harmonies of #C71596
Complementary color
Monochromatic Colors of #C71596
Black with #C71596
Text Example
Text Example
White with #C71596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71596; }
p { color: rgb(199,21,150); }
H1.HeaderClassName
{
color: #C71596;
}
.AnyTagClassName
{
color: #C71596;
}
</style>
background-color css
<style>
a { background-color: #C71596; }
a { background-color: rgb(199,21,150); }
div.DivClassName
{
background-color: #C71596;
}
.BgClassName
{
background-color: #C71596;
}
</style>
border-color css
<style>
span { border-color: #C71596; }
span { border-color: rgb(199,21,150); }
td.TdClassName
{
border-color: #C71596;
}
.TagClassName
{
border-color: #C71596;
}
</style>