Shades of Medium Red Violet #C53789
Tints of Medium Red Violet #C53789
RGB
CMYK
RGB Variations
Color information
#C53789 (or 0xC53789) is known color: Medium Red Violet. HEX triplet: C5, 37 and 89. RGB value is (197,55,137). Sum of RGB (Red+Green+Blue) = 197+55+137=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C53789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53789 is #3AC876. Grayscale: #6A6A6A. Windows color (decimal): -3852407 or 8992709. OLE color: 8992709.
HSL color Cylindrical-coordinate representation of color #C53789: hue angle of 325.35º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53789 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 137 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.23 |
| HSL | 325.35º | 0.56% | 0.49% | - |
| HSV(B) | 325.35º | 0.72% | 0.77% | - |
| XYZ | 28.91 | 16.41 | 25.31 | - |
| YUV | 106.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 137 | 0 | 0.72 | 0.30 | 0.23 | 325.35 | 0.56 | 0.49 |
| Hex | C5 | 37 | 89 | 0 | 48 | 1E | 17 | 145 | 38 | 31 |
| Octal | 305 | 67 | 211 | 0 | 110 | 36 | 27 | 505 | 70 | 61 |
| Binary | 11000101 | 110111 | 10001001 | 0 | 1001000 | 11110 | 10111 | 101000101 | 111000 | 110001 |
Color Harmonies of #C53789
Complementary color
Monochromatic Colors of #C53789
Black with #C53789
Text Example
Text Example
White with #C53789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53789; }
p { color: rgb(197,55,137); }
H1.HeaderClassName
{
color: #C53789;
}
.AnyTagClassName
{
color: #C53789;
}
</style>
background-color css
<style>
a { background-color: #C53789; }
a { background-color: rgb(197,55,137); }
div.DivClassName
{
background-color: #C53789;
}
.BgClassName
{
background-color: #C53789;
}
</style>
border-color css
<style>
span { border-color: #C53789; }
span { border-color: rgb(197,55,137); }
td.TdClassName
{
border-color: #C53789;
}
.TagClassName
{
border-color: #C53789;
}
</style>