Shades of Medium Red Violet #C53797
Tints of Medium Red Violet #C53797
RGB
CMYK
RGB Variations
Color information
#C53797 (or 0xC53797) is known color: Medium Red Violet. HEX triplet: C5, 37 and 97. RGB value is (197,55,151). Sum of RGB (Red+Green+Blue) = 197+55+151=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C53797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53797 is #3AC868. Grayscale: #6C6C6C. Windows color (decimal): -3852393 or 9910213. OLE color: 9910213.
HSL color Cylindrical-coordinate representation of color #C53797: hue angle of 319.44º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53797 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 151 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.23 |
| HSL | 319.44º | 0.56% | 0.49% | - |
| HSV(B) | 319.44º | 0.72% | 0.77% | - |
| XYZ | 29.98 | 16.84 | 30.95 | - |
| YUV | 108.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 151 | 0 | 0.72 | 0.23 | 0.23 | 319.44 | 0.56 | 0.49 |
| Hex | C5 | 37 | 97 | 0 | 48 | 17 | 17 | 13F | 38 | 31 |
| Octal | 305 | 67 | 227 | 0 | 110 | 27 | 27 | 477 | 70 | 61 |
| Binary | 11000101 | 110111 | 10010111 | 0 | 1001000 | 10111 | 10111 | 100111111 | 111000 | 110001 |
Color Harmonies of #C53797
Complementary color
Monochromatic Colors of #C53797
Black with #C53797
Text Example
Text Example
White with #C53797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53797; }
p { color: rgb(197,55,151); }
H1.HeaderClassName
{
color: #C53797;
}
.AnyTagClassName
{
color: #C53797;
}
</style>
background-color css
<style>
a { background-color: #C53797; }
a { background-color: rgb(197,55,151); }
div.DivClassName
{
background-color: #C53797;
}
.BgClassName
{
background-color: #C53797;
}
</style>
border-color css
<style>
span { border-color: #C53797; }
span { border-color: rgb(197,55,151); }
td.TdClassName
{
border-color: #C53797;
}
.TagClassName
{
border-color: #C53797;
}
</style>