Shades of Medium Violet Red #C51996
Tints of Medium Violet Red #C51996
RGB
CMYK
RGB Variations
Color information
#C51996 (or 0xC51996) is known color: Medium Violet Red. HEX triplet: C5, 19 and 96. RGB value is (197,25,150). Sum of RGB (Red+Green+Blue) = 197+25+150=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C51996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51996 is #3AE669. Grayscale: #5A5A5A. Windows color (decimal): -3860074 or 9836997. OLE color: 9836997.
HSL color Cylindrical-coordinate representation of color #C51996: hue angle of 316.4º 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 #C51996 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 150 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.23 |
| HSL | 316.4º | 0.77% | 0.44% | - |
| HSV(B) | 316.4º | 0.87% | 0.77% | - |
| XYZ | 28.88 | 14.77 | 30.18 | - |
| YUV | 90.68 | 161.48 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 150 | 0 | 0.87 | 0.24 | 0.23 | 316.4 | 0.77 | 0.44 |
| Hex | C5 | 19 | 96 | 0 | 57 | 18 | 17 | 13C | 4D | 2C |
| Octal | 305 | 31 | 226 | 0 | 127 | 30 | 27 | 474 | 115 | 54 |
| Binary | 11000101 | 11001 | 10010110 | 0 | 1010111 | 11000 | 10111 | 100111100 | 1001101 | 101100 |
Color Harmonies of #C51996
Complementary color
Monochromatic Colors of #C51996
Black with #C51996
Text Example
Text Example
White with #C51996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51996; }
p { color: rgb(197,25,150); }
H1.HeaderClassName
{
color: #C51996;
}
.AnyTagClassName
{
color: #C51996;
}
</style>
background-color css
<style>
a { background-color: #C51996; }
a { background-color: rgb(197,25,150); }
div.DivClassName
{
background-color: #C51996;
}
.BgClassName
{
background-color: #C51996;
}
</style>
border-color css
<style>
span { border-color: #C51996; }
span { border-color: rgb(197,25,150); }
td.TdClassName
{
border-color: #C51996;
}
.TagClassName
{
border-color: #C51996;
}
</style>