Shades of Medium Red Violet #C53496
Tints of Medium Red Violet #C53496
RGB
CMYK
RGB Variations
Color information
#C53496 (or 0xC53496) is known color: Medium Red Violet. HEX triplet: C5, 34 and 96. RGB value is (197,52,150). Sum of RGB (Red+Green+Blue) = 197+52+150=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53496 is #3ACB69. Grayscale: #6A6A6A. Windows color (decimal): -3853162 or 9843909. OLE color: 9843909.
HSL color Cylindrical-coordinate representation of color #C53496: hue angle of 319.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53496 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 150 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.23 |
| HSL | 319.45º | 0.58% | 0.49% | - |
| HSV(B) | 319.45º | 0.74% | 0.77% | - |
| XYZ | 29.76 | 16.53 | 30.48 | - |
| YUV | 106.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 150 | 0 | 0.74 | 0.24 | 0.23 | 319.45 | 0.58 | 0.49 |
| Hex | C5 | 34 | 96 | 0 | 4A | 18 | 17 | 13F | 3A | 31 |
| Octal | 305 | 64 | 226 | 0 | 112 | 30 | 27 | 477 | 72 | 61 |
| Binary | 11000101 | 110100 | 10010110 | 0 | 1001010 | 11000 | 10111 | 100111111 | 111010 | 110001 |
Color Harmonies of #C53496
Complementary color
Monochromatic Colors of #C53496
Black with #C53496
Text Example
Text Example
White with #C53496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53496; }
p { color: rgb(197,52,150); }
H1.HeaderClassName
{
color: #C53496;
}
.AnyTagClassName
{
color: #C53496;
}
</style>
background-color css
<style>
a { background-color: #C53496; }
a { background-color: rgb(197,52,150); }
div.DivClassName
{
background-color: #C53496;
}
.BgClassName
{
background-color: #C53496;
}
</style>
border-color css
<style>
span { border-color: #C53496; }
span { border-color: rgb(197,52,150); }
td.TdClassName
{
border-color: #C53496;
}
.TagClassName
{
border-color: #C53496;
}
</style>