Shades of Medium Red Violet #C52996
Tints of Medium Red Violet #C52996
RGB
CMYK
RGB Variations
Color information
#C52996 (or 0xC52996) is known color: Medium Red Violet. HEX triplet: C5, 29 and 96. RGB value is (197,41,150). Sum of RGB (Red+Green+Blue) = 197+41+150=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C52996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52996 is #3AD669. Grayscale: #636363. Windows color (decimal): -3855978 or 9841093. OLE color: 9841093.
HSL color Cylindrical-coordinate representation of color #C52996: hue angle of 318.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52996 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 150 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.23 |
| HSL | 318.08º | 0.66% | 0.47% | - |
| HSV(B) | 318.08º | 0.79% | 0.77% | - |
| XYZ | 29.32 | 15.66 | 30.33 | - |
| YUV | 100.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 150 | 0 | 0.79 | 0.24 | 0.23 | 318.08 | 0.66 | 0.47 |
| Hex | C5 | 29 | 96 | 0 | 4F | 18 | 17 | 13E | 42 | 2F |
| Octal | 305 | 51 | 226 | 0 | 117 | 30 | 27 | 476 | 102 | 57 |
| Binary | 11000101 | 101001 | 10010110 | 0 | 1001111 | 11000 | 10111 | 100111110 | 1000010 | 101111 |
Color Harmonies of #C52996
Complementary color
Monochromatic Colors of #C52996
Black with #C52996
Text Example
Text Example
White with #C52996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52996; }
p { color: rgb(197,41,150); }
H1.HeaderClassName
{
color: #C52996;
}
.AnyTagClassName
{
color: #C52996;
}
</style>
background-color css
<style>
a { background-color: #C52996; }
a { background-color: rgb(197,41,150); }
div.DivClassName
{
background-color: #C52996;
}
.BgClassName
{
background-color: #C52996;
}
</style>
border-color css
<style>
span { border-color: #C52996; }
span { border-color: rgb(197,41,150); }
td.TdClassName
{
border-color: #C52996;
}
.TagClassName
{
border-color: #C52996;
}
</style>