Shades of Medium Red Violet #C53C87
Tints of Medium Red Violet #C53C87
RGB
CMYK
RGB Variations
Color information
#C53C87 (or 0xC53C87) is known color: Medium Red Violet. HEX triplet: C5, 3C and 87. RGB value is (197,60,135). Sum of RGB (Red+Green+Blue) = 197+60+135=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53C87 is #3AC378. Grayscale: #6D6D6D. Windows color (decimal): -3851129 or 8862917. OLE color: 8862917.
HSL color Cylindrical-coordinate representation of color #C53C87: hue angle of 327.15º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C87 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 135 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.23 |
| HSL | 327.15º | 0.54% | 0.5% | - |
| HSV(B) | 327.15º | 0.7% | 0.77% | - |
| XYZ | 29.01 | 16.85 | 24.65 | - |
| YUV | 109.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 135 | 0 | 0.70 | 0.31 | 0.23 | 327.15 | 0.54 | 0.5 |
| Hex | C5 | 3C | 87 | 0 | 46 | 1F | 17 | 147 | 36 | 32 |
| Octal | 305 | 74 | 207 | 0 | 106 | 37 | 27 | 507 | 66 | 62 |
| Binary | 11000101 | 111100 | 10000111 | 0 | 1000110 | 11111 | 10111 | 101000111 | 110110 | 110010 |
Color Harmonies of #C53C87
Complementary color
Monochromatic Colors of #C53C87
Black with #C53C87
Text Example
Text Example
White with #C53C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C87; }
p { color: rgb(197,60,135); }
H1.HeaderClassName
{
color: #C53C87;
}
.AnyTagClassName
{
color: #C53C87;
}
</style>
background-color css
<style>
a { background-color: #C53C87; }
a { background-color: rgb(197,60,135); }
div.DivClassName
{
background-color: #C53C87;
}
.BgClassName
{
background-color: #C53C87;
}
</style>
border-color css
<style>
span { border-color: #C53C87; }
span { border-color: rgb(197,60,135); }
td.TdClassName
{
border-color: #C53C87;
}
.TagClassName
{
border-color: #C53C87;
}
</style>