Shades of Medium Red Violet #C53491
Tints of Medium Red Violet #C53491
RGB
CMYK
RGB Variations
Color information
#C53491 (or 0xC53491) is known color: Medium Red Violet. HEX triplet: C5, 34 and 91. RGB value is (197,52,145). Sum of RGB (Red+Green+Blue) = 197+52+145=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C53491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53491 is #3ACB6E. Grayscale: #696969. Windows color (decimal): -3853167 or 9516229. OLE color: 9516229.
HSL color Cylindrical-coordinate representation of color #C53491: hue angle of 321.52º 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 #C53491 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 145 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.23 |
| HSL | 321.52º | 0.58% | 0.49% | - |
| HSV(B) | 321.52º | 0.74% | 0.77% | - |
| XYZ | 29.36 | 16.37 | 28.4 | - |
| YUV | 105.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 145 | 0 | 0.74 | 0.26 | 0.23 | 321.52 | 0.58 | 0.49 |
| Hex | C5 | 34 | 91 | 0 | 4A | 1A | 17 | 142 | 3A | 31 |
| Octal | 305 | 64 | 221 | 0 | 112 | 32 | 27 | 502 | 72 | 61 |
| Binary | 11000101 | 110100 | 10010001 | 0 | 1001010 | 11010 | 10111 | 101000010 | 111010 | 110001 |
Color Harmonies of #C53491
Complementary color
Monochromatic Colors of #C53491
Black with #C53491
Text Example
Text Example
White with #C53491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53491; }
p { color: rgb(197,52,145); }
H1.HeaderClassName
{
color: #C53491;
}
.AnyTagClassName
{
color: #C53491;
}
</style>
background-color css
<style>
a { background-color: #C53491; }
a { background-color: rgb(197,52,145); }
div.DivClassName
{
background-color: #C53491;
}
.BgClassName
{
background-color: #C53491;
}
</style>
border-color css
<style>
span { border-color: #C53491; }
span { border-color: rgb(197,52,145); }
td.TdClassName
{
border-color: #C53491;
}
.TagClassName
{
border-color: #C53491;
}
</style>