Shades of Medium Red Violet #C53591
Tints of Medium Red Violet #C53591
RGB
CMYK
RGB Variations
Color information
#C53591 (or 0xC53591) is known color: Medium Red Violet. HEX triplet: C5, 35 and 91. RGB value is (197,53,145). Sum of RGB (Red+Green+Blue) = 197+53+145=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C53591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53591 is #3ACA6E. Grayscale: #6A6A6A. Windows color (decimal): -3852911 or 9516485. OLE color: 9516485.
HSL color Cylindrical-coordinate representation of color #C53591: hue angle of 321.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53591 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 145 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.23 |
| HSL | 321.67º | 0.58% | 0.49% | - |
| HSV(B) | 321.67º | 0.73% | 0.77% | - |
| XYZ | 29.41 | 16.46 | 28.42 | - |
| YUV | 106.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 145 | 0 | 0.73 | 0.26 | 0.23 | 321.67 | 0.58 | 0.49 |
| Hex | C5 | 35 | 91 | 0 | 49 | 1A | 17 | 142 | 3A | 31 |
| Octal | 305 | 65 | 221 | 0 | 111 | 32 | 27 | 502 | 72 | 61 |
| Binary | 11000101 | 110101 | 10010001 | 0 | 1001001 | 11010 | 10111 | 101000010 | 111010 | 110001 |
Color Harmonies of #C53591
Complementary color
Monochromatic Colors of #C53591
Black with #C53591
Text Example
Text Example
White with #C53591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53591; }
p { color: rgb(197,53,145); }
H1.HeaderClassName
{
color: #C53591;
}
.AnyTagClassName
{
color: #C53591;
}
</style>
background-color css
<style>
a { background-color: #C53591; }
a { background-color: rgb(197,53,145); }
div.DivClassName
{
background-color: #C53591;
}
.BgClassName
{
background-color: #C53591;
}
</style>
border-color css
<style>
span { border-color: #C53591; }
span { border-color: rgb(197,53,145); }
td.TdClassName
{
border-color: #C53591;
}
.TagClassName
{
border-color: #C53591;
}
</style>