Shades of Medium Violet Red #C51995
Tints of Medium Violet Red #C51995
RGB
CMYK
RGB Variations
Color information
#C51995 (or 0xC51995) is known color: Medium Violet Red. HEX triplet: C5, 19 and 95. RGB value is (197,25,149). Sum of RGB (Red+Green+Blue) = 197+25+149=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C51995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51995 is #3AE66A. Grayscale: #5A5A5A. Windows color (decimal): -3860075 or 9771461. OLE color: 9771461.
HSL color Cylindrical-coordinate representation of color #C51995: hue angle of 316.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51995 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 149 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.23 |
| HSL | 316.74º | 0.77% | 0.44% | - |
| HSV(B) | 316.74º | 0.87% | 0.77% | - |
| XYZ | 28.8 | 14.74 | 29.76 | - |
| YUV | 90.56 | 160.98 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 149 | 0 | 0.87 | 0.24 | 0.23 | 316.74 | 0.77 | 0.44 |
| Hex | C5 | 19 | 95 | 0 | 57 | 18 | 17 | 13D | 4D | 2C |
| Octal | 305 | 31 | 225 | 0 | 127 | 30 | 27 | 475 | 115 | 54 |
| Binary | 11000101 | 11001 | 10010101 | 0 | 1010111 | 11000 | 10111 | 100111101 | 1001101 | 101100 |
Color Harmonies of #C51995
Complementary color
Monochromatic Colors of #C51995
Black with #C51995
Text Example
Text Example
White with #C51995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51995; }
p { color: rgb(197,25,149); }
H1.HeaderClassName
{
color: #C51995;
}
.AnyTagClassName
{
color: #C51995;
}
</style>
background-color css
<style>
a { background-color: #C51995; }
a { background-color: rgb(197,25,149); }
div.DivClassName
{
background-color: #C51995;
}
.BgClassName
{
background-color: #C51995;
}
</style>
border-color css
<style>
span { border-color: #C51995; }
span { border-color: rgb(197,25,149); }
td.TdClassName
{
border-color: #C51995;
}
.TagClassName
{
border-color: #C51995;
}
</style>