Shades of Medium Violet Red #C71995
Tints of Medium Violet Red #C71995
RGB
CMYK
RGB Variations
Color information
#C71995 (or 0xC71995) is known color: Medium Violet Red. HEX triplet: C7, 19 and 95. RGB value is (199,25,149). Sum of RGB (Red+Green+Blue) = 199+25+149=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C71995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71995 is #38E66A. Grayscale: #5A5A5A. Windows color (decimal): -3729003 or 9771463. OLE color: 9771463.
HSL color Cylindrical-coordinate representation of color #C71995: hue angle of 317.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71995 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 149 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.22 |
| HSL | 317.24º | 0.78% | 0.44% | - |
| HSV(B) | 317.24º | 0.87% | 0.78% | - |
| XYZ | 29.33 | 15.01 | 29.78 | - |
| YUV | 91.16 | 160.65 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 149 | 0 | 0.87 | 0.25 | 0.22 | 317.24 | 0.78 | 0.44 |
| Hex | C7 | 19 | 95 | 0 | 57 | 19 | 16 | 13D | 4E | 2C |
| Octal | 307 | 31 | 225 | 0 | 127 | 31 | 26 | 475 | 116 | 54 |
| Binary | 11000111 | 11001 | 10010101 | 0 | 1010111 | 11001 | 10110 | 100111101 | 1001110 | 101100 |
Color Harmonies of #C71995
Complementary color
Monochromatic Colors of #C71995
Black with #C71995
Text Example
Text Example
White with #C71995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71995; }
p { color: rgb(199,25,149); }
H1.HeaderClassName
{
color: #C71995;
}
.AnyTagClassName
{
color: #C71995;
}
</style>
background-color css
<style>
a { background-color: #C71995; }
a { background-color: rgb(199,25,149); }
div.DivClassName
{
background-color: #C71995;
}
.BgClassName
{
background-color: #C71995;
}
</style>
border-color css
<style>
span { border-color: #C71995; }
span { border-color: rgb(199,25,149); }
td.TdClassName
{
border-color: #C71995;
}
.TagClassName
{
border-color: #C71995;
}
</style>