Shades of Medium Red Violet #C53A86
Tints of Medium Red Violet #C53A86
RGB
CMYK
RGB Variations
Color information
#C53A86 (or 0xC53A86) is known color: Medium Red Violet. HEX triplet: C5, 3A and 86. RGB value is (197,58,134). Sum of RGB (Red+Green+Blue) = 197+58+134=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A86 is #3AC579. Grayscale: #6C6C6C. Windows color (decimal): -3851642 or 8796869. OLE color: 8796869.
HSL color Cylindrical-coordinate representation of color #C53A86: hue angle of 327.19º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A86 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 134 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.23 |
| HSL | 327.19º | 0.55% | 0.5% | - |
| HSV(B) | 327.19º | 0.71% | 0.77% | - |
| XYZ | 28.84 | 16.62 | 24.24 | - |
| YUV | 108.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 134 | 0 | 0.71 | 0.32 | 0.23 | 327.19 | 0.55 | 0.5 |
| Hex | C5 | 3A | 86 | 0 | 47 | 20 | 17 | 147 | 37 | 32 |
| Octal | 305 | 72 | 206 | 0 | 107 | 40 | 27 | 507 | 67 | 62 |
| Binary | 11000101 | 111010 | 10000110 | 0 | 1000111 | 100000 | 10111 | 101000111 | 110111 | 110010 |
Color Harmonies of #C53A86
Complementary color
Monochromatic Colors of #C53A86
Black with #C53A86
Text Example
Text Example
White with #C53A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A86; }
p { color: rgb(197,58,134); }
H1.HeaderClassName
{
color: #C53A86;
}
.AnyTagClassName
{
color: #C53A86;
}
</style>
background-color css
<style>
a { background-color: #C53A86; }
a { background-color: rgb(197,58,134); }
div.DivClassName
{
background-color: #C53A86;
}
.BgClassName
{
background-color: #C53A86;
}
</style>
border-color css
<style>
span { border-color: #C53A86; }
span { border-color: rgb(197,58,134); }
td.TdClassName
{
border-color: #C53A86;
}
.TagClassName
{
border-color: #C53A86;
}
</style>