Shades of Medium Red Violet #C53191
Tints of Medium Red Violet #C53191
RGB
CMYK
RGB Variations
Color information
#C53191 (or 0xC53191) is known color: Medium Red Violet. HEX triplet: C5, 31 and 91. RGB value is (197,49,145). Sum of RGB (Red+Green+Blue) = 197+49+145=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C53191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53191 is #3ACE6E. Grayscale: #676767. Windows color (decimal): -3853935 or 9515461. OLE color: 9515461.
HSL color Cylindrical-coordinate representation of color #C53191: hue angle of 321.08º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53191 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 145 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.23 |
| HSL | 321.08º | 0.6% | 0.48% | - |
| HSV(B) | 321.08º | 0.75% | 0.77% | - |
| XYZ | 29.24 | 16.11 | 28.36 | - |
| YUV | 104.2 | 151.03 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 145 | 0 | 0.75 | 0.26 | 0.23 | 321.08 | 0.6 | 0.48 |
| Hex | C5 | 31 | 91 | 0 | 4B | 1A | 17 | 141 | 3C | 30 |
| Octal | 305 | 61 | 221 | 0 | 113 | 32 | 27 | 501 | 74 | 60 |
| Binary | 11000101 | 110001 | 10010001 | 0 | 1001011 | 11010 | 10111 | 101000001 | 111100 | 110000 |
Color Harmonies of #C53191
Complementary color
Monochromatic Colors of #C53191
Black with #C53191
Text Example
Text Example
White with #C53191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53191; }
p { color: rgb(197,49,145); }
H1.HeaderClassName
{
color: #C53191;
}
.AnyTagClassName
{
color: #C53191;
}
</style>
background-color css
<style>
a { background-color: #C53191; }
a { background-color: rgb(197,49,145); }
div.DivClassName
{
background-color: #C53191;
}
.BgClassName
{
background-color: #C53191;
}
</style>
border-color css
<style>
span { border-color: #C53191; }
span { border-color: rgb(197,49,145); }
td.TdClassName
{
border-color: #C53191;
}
.TagClassName
{
border-color: #C53191;
}
</style>