Shades of Medium Red Violet #C53889
Tints of Medium Red Violet #C53889
RGB
CMYK
RGB Variations
Color information
#C53889 (or 0xC53889) is known color: Medium Red Violet. HEX triplet: C5, 38 and 89. RGB value is (197,56,137). Sum of RGB (Red+Green+Blue) = 197+56+137=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C53889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53889 is #3AC776. Grayscale: #6B6B6B. Windows color (decimal): -3852151 or 8992965. OLE color: 8992965.
HSL color Cylindrical-coordinate representation of color #C53889: hue angle of 325.53º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53889 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 137 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.23 |
| HSL | 325.53º | 0.56% | 0.5% | - |
| HSV(B) | 325.53º | 0.72% | 0.77% | - |
| XYZ | 28.96 | 16.5 | 25.33 | - |
| YUV | 107.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 137 | 0 | 0.72 | 0.30 | 0.23 | 325.53 | 0.56 | 0.5 |
| Hex | C5 | 38 | 89 | 0 | 48 | 1E | 17 | 146 | 38 | 32 |
| Octal | 305 | 70 | 211 | 0 | 110 | 36 | 27 | 506 | 70 | 62 |
| Binary | 11000101 | 111000 | 10001001 | 0 | 1001000 | 11110 | 10111 | 101000110 | 111000 | 110010 |
Color Harmonies of #C53889
Complementary color
Monochromatic Colors of #C53889
Black with #C53889
Text Example
Text Example
White with #C53889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53889; }
p { color: rgb(197,56,137); }
H1.HeaderClassName
{
color: #C53889;
}
.AnyTagClassName
{
color: #C53889;
}
</style>
background-color css
<style>
a { background-color: #C53889; }
a { background-color: rgb(197,56,137); }
div.DivClassName
{
background-color: #C53889;
}
.BgClassName
{
background-color: #C53889;
}
</style>
border-color css
<style>
span { border-color: #C53889; }
span { border-color: rgb(197,56,137); }
td.TdClassName
{
border-color: #C53889;
}
.TagClassName
{
border-color: #C53889;
}
</style>