Shades of Medium Red Violet #C53996
Tints of Medium Red Violet #C53996
RGB
CMYK
RGB Variations
Color information
#C53996 (or 0xC53996) is known color: Medium Red Violet. HEX triplet: C5, 39 and 96. RGB value is (197,57,150). Sum of RGB (Red+Green+Blue) = 197+57+150=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C53996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53996 is #3AC669. Grayscale: #6D6D6D. Windows color (decimal): -3851882 or 9845189. OLE color: 9845189.
HSL color Cylindrical-coordinate representation of color #C53996: hue angle of 320.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53996 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 150 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.23 |
| HSL | 320.14º | 0.55% | 0.5% | - |
| HSV(B) | 320.14º | 0.71% | 0.77% | - |
| XYZ | 29.99 | 17 | 30.55 | - |
| YUV | 109.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 150 | 0 | 0.71 | 0.24 | 0.23 | 320.14 | 0.55 | 0.5 |
| Hex | C5 | 39 | 96 | 0 | 47 | 18 | 17 | 140 | 37 | 32 |
| Octal | 305 | 71 | 226 | 0 | 107 | 30 | 27 | 500 | 67 | 62 |
| Binary | 11000101 | 111001 | 10010110 | 0 | 1000111 | 11000 | 10111 | 101000000 | 110111 | 110010 |
Color Harmonies of #C53996
Complementary color
Monochromatic Colors of #C53996
Black with #C53996
Text Example
Text Example
White with #C53996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53996; }
p { color: rgb(197,57,150); }
H1.HeaderClassName
{
color: #C53996;
}
.AnyTagClassName
{
color: #C53996;
}
</style>
background-color css
<style>
a { background-color: #C53996; }
a { background-color: rgb(197,57,150); }
div.DivClassName
{
background-color: #C53996;
}
.BgClassName
{
background-color: #C53996;
}
</style>
border-color css
<style>
span { border-color: #C53996; }
span { border-color: rgb(197,57,150); }
td.TdClassName
{
border-color: #C53996;
}
.TagClassName
{
border-color: #C53996;
}
</style>