Shades of Medium Red Violet #C53A87
Tints of Medium Red Violet #C53A87
RGB
CMYK
RGB Variations
Color information
#C53A87 (or 0xC53A87) is known color: Medium Red Violet. HEX triplet: C5, 3A and 87. RGB value is (197,58,135). Sum of RGB (Red+Green+Blue) = 197+58+135=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A87 is #3AC578. Grayscale: #6C6C6C. Windows color (decimal): -3851641 or 8862405. OLE color: 8862405.
HSL color Cylindrical-coordinate representation of color #C53A87: hue angle of 326.76º 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 #C53A87 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 135 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.23 |
| HSL | 326.76º | 0.55% | 0.5% | - |
| HSV(B) | 326.76º | 0.71% | 0.77% | - |
| XYZ | 28.91 | 16.65 | 24.61 | - |
| YUV | 108.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 135 | 0 | 0.71 | 0.31 | 0.23 | 326.76 | 0.55 | 0.5 |
| Hex | C5 | 3A | 87 | 0 | 47 | 1F | 17 | 147 | 37 | 32 |
| Octal | 305 | 72 | 207 | 0 | 107 | 37 | 27 | 507 | 67 | 62 |
| Binary | 11000101 | 111010 | 10000111 | 0 | 1000111 | 11111 | 10111 | 101000111 | 110111 | 110010 |
Color Harmonies of #C53A87
Complementary color
Monochromatic Colors of #C53A87
Black with #C53A87
Text Example
Text Example
White with #C53A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A87; }
p { color: rgb(197,58,135); }
H1.HeaderClassName
{
color: #C53A87;
}
.AnyTagClassName
{
color: #C53A87;
}
</style>
background-color css
<style>
a { background-color: #C53A87; }
a { background-color: rgb(197,58,135); }
div.DivClassName
{
background-color: #C53A87;
}
.BgClassName
{
background-color: #C53A87;
}
</style>
border-color css
<style>
span { border-color: #C53A87; }
span { border-color: rgb(197,58,135); }
td.TdClassName
{
border-color: #C53A87;
}
.TagClassName
{
border-color: #C53A87;
}
</style>