Shades of Medium Red Violet #C53389
Tints of Medium Red Violet #C53389
RGB
CMYK
RGB Variations
Color information
#C53389 (or 0xC53389) is known color: Medium Red Violet. HEX triplet: C5, 33 and 89. RGB value is (197,51,137). Sum of RGB (Red+Green+Blue) = 197+51+137=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C53389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53389 is #3ACC76. Grayscale: #686868. Windows color (decimal): -3853431 or 8991685. OLE color: 8991685.
HSL color Cylindrical-coordinate representation of color #C53389: hue angle of 324.66º degrees, saturation: 0.59, 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 #C53389 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 137 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.23 |
| HSL | 324.66º | 0.59% | 0.49% | - |
| HSV(B) | 324.66º | 0.74% | 0.77% | - |
| XYZ | 28.73 | 16.04 | 25.25 | - |
| YUV | 104.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 137 | 0 | 0.74 | 0.30 | 0.23 | 324.66 | 0.59 | 0.49 |
| Hex | C5 | 33 | 89 | 0 | 4A | 1E | 17 | 145 | 3B | 31 |
| Octal | 305 | 63 | 211 | 0 | 112 | 36 | 27 | 505 | 73 | 61 |
| Binary | 11000101 | 110011 | 10001001 | 0 | 1001010 | 11110 | 10111 | 101000101 | 111011 | 110001 |
Color Harmonies of #C53389
Complementary color
Monochromatic Colors of #C53389
Black with #C53389
Text Example
Text Example
White with #C53389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53389; }
p { color: rgb(197,51,137); }
H1.HeaderClassName
{
color: #C53389;
}
.AnyTagClassName
{
color: #C53389;
}
</style>
background-color css
<style>
a { background-color: #C53389; }
a { background-color: rgb(197,51,137); }
div.DivClassName
{
background-color: #C53389;
}
.BgClassName
{
background-color: #C53389;
}
</style>
border-color css
<style>
span { border-color: #C53389; }
span { border-color: rgb(197,51,137); }
td.TdClassName
{
border-color: #C53389;
}
.TagClassName
{
border-color: #C53389;
}
</style>