Shades of Medium Red Violet #C53586
Tints of Medium Red Violet #C53586
RGB
CMYK
RGB Variations
Color information
#C53586 (or 0xC53586) is known color: Medium Red Violet. HEX triplet: C5, 35 and 86. RGB value is (197,53,134). Sum of RGB (Red+Green+Blue) = 197+53+134=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C53586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53586 is #3ACA79. Grayscale: #696969. Windows color (decimal): -3852922 or 8795589. OLE color: 8795589.
HSL color Cylindrical-coordinate representation of color #C53586: hue angle of 326.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53586 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 134 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.23 |
| HSL | 326.25º | 0.58% | 0.49% | - |
| HSV(B) | 326.25º | 0.73% | 0.77% | - |
| XYZ | 28.6 | 16.14 | 24.16 | - |
| YUV | 105.29 | 144.21 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 134 | 0 | 0.73 | 0.32 | 0.23 | 326.25 | 0.58 | 0.49 |
| Hex | C5 | 35 | 86 | 0 | 49 | 20 | 17 | 146 | 3A | 31 |
| Octal | 305 | 65 | 206 | 0 | 111 | 40 | 27 | 506 | 72 | 61 |
| Binary | 11000101 | 110101 | 10000110 | 0 | 1001001 | 100000 | 10111 | 101000110 | 111010 | 110001 |
Color Harmonies of #C53586
Complementary color
Monochromatic Colors of #C53586
Black with #C53586
Text Example
Text Example
White with #C53586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53586; }
p { color: rgb(197,53,134); }
H1.HeaderClassName
{
color: #C53586;
}
.AnyTagClassName
{
color: #C53586;
}
</style>
background-color css
<style>
a { background-color: #C53586; }
a { background-color: rgb(197,53,134); }
div.DivClassName
{
background-color: #C53586;
}
.BgClassName
{
background-color: #C53586;
}
</style>
border-color css
<style>
span { border-color: #C53586; }
span { border-color: rgb(197,53,134); }
td.TdClassName
{
border-color: #C53586;
}
.TagClassName
{
border-color: #C53586;
}
</style>