Shades of Medium Red Violet #C53489
Tints of Medium Red Violet #C53489
RGB
CMYK
RGB Variations
Color information
#C53489 (or 0xC53489) is known color: Medium Red Violet. HEX triplet: C5, 34 and 89. RGB value is (197,52,137). Sum of RGB (Red+Green+Blue) = 197+52+137=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C53489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53489 is #3ACB76. Grayscale: #686868. Windows color (decimal): -3853175 or 8991941. OLE color: 8991941.
HSL color Cylindrical-coordinate representation of color #C53489: hue angle of 324.83º 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 #C53489 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 137 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.23 |
| HSL | 324.83º | 0.58% | 0.49% | - |
| HSV(B) | 324.83º | 0.74% | 0.77% | - |
| XYZ | 28.77 | 16.13 | 25.26 | - |
| YUV | 105.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 137 | 0 | 0.74 | 0.30 | 0.23 | 324.83 | 0.58 | 0.49 |
| Hex | C5 | 34 | 89 | 0 | 4A | 1E | 17 | 145 | 3A | 31 |
| Octal | 305 | 64 | 211 | 0 | 112 | 36 | 27 | 505 | 72 | 61 |
| Binary | 11000101 | 110100 | 10001001 | 0 | 1001010 | 11110 | 10111 | 101000101 | 111010 | 110001 |
Color Harmonies of #C53489
Complementary color
Monochromatic Colors of #C53489
Black with #C53489
Text Example
Text Example
White with #C53489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53489; }
p { color: rgb(197,52,137); }
H1.HeaderClassName
{
color: #C53489;
}
.AnyTagClassName
{
color: #C53489;
}
</style>
background-color css
<style>
a { background-color: #C53489; }
a { background-color: rgb(197,52,137); }
div.DivClassName
{
background-color: #C53489;
}
.BgClassName
{
background-color: #C53489;
}
</style>
border-color css
<style>
span { border-color: #C53489; }
span { border-color: rgb(197,52,137); }
td.TdClassName
{
border-color: #C53489;
}
.TagClassName
{
border-color: #C53489;
}
</style>