Shades of Medium Violet Red #C51A96
Tints of Medium Violet Red #C51A96
RGB
CMYK
RGB Variations
Color information
#C51A96 (or 0xC51A96) is known color: Medium Violet Red. HEX triplet: C5, 1A and 96. RGB value is (197,26,150). Sum of RGB (Red+Green+Blue) = 197+26+150=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A96 is #3AE569. Grayscale: #5A5A5A. Windows color (decimal): -3859818 or 9837253. OLE color: 9837253.
HSL color Cylindrical-coordinate representation of color #C51A96: hue angle of 316.49º 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 #C51A96 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 150 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.23 |
| HSL | 316.49º | 0.77% | 0.44% | - |
| HSV(B) | 316.49º | 0.87% | 0.77% | - |
| XYZ | 28.9 | 14.81 | 30.19 | - |
| YUV | 91.27 | 161.15 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 150 | 0 | 0.87 | 0.24 | 0.23 | 316.49 | 0.77 | 0.44 |
| Hex | C5 | 1A | 96 | 0 | 57 | 18 | 17 | 13C | 4D | 2C |
| Octal | 305 | 32 | 226 | 0 | 127 | 30 | 27 | 474 | 115 | 54 |
| Binary | 11000101 | 11010 | 10010110 | 0 | 1010111 | 11000 | 10111 | 100111100 | 1001101 | 101100 |
Color Harmonies of #C51A96
Complementary color
Monochromatic Colors of #C51A96
Black with #C51A96
Text Example
Text Example
White with #C51A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A96; }
p { color: rgb(197,26,150); }
H1.HeaderClassName
{
color: #C51A96;
}
.AnyTagClassName
{
color: #C51A96;
}
</style>
background-color css
<style>
a { background-color: #C51A96; }
a { background-color: rgb(197,26,150); }
div.DivClassName
{
background-color: #C51A96;
}
.BgClassName
{
background-color: #C51A96;
}
</style>
border-color css
<style>
span { border-color: #C51A96; }
span { border-color: rgb(197,26,150); }
td.TdClassName
{
border-color: #C51A96;
}
.TagClassName
{
border-color: #C51A96;
}
</style>