Shades of Medium Red Violet #C53787
Tints of Medium Red Violet #C53787
RGB
CMYK
RGB Variations
Color information
#C53787 (or 0xC53787) is known color: Medium Red Violet. HEX triplet: C5, 37 and 87. RGB value is (197,55,135). Sum of RGB (Red+Green+Blue) = 197+55+135=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C53787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53787 is #3AC878. Grayscale: #6A6A6A. Windows color (decimal): -3852409 or 8861637. OLE color: 8861637.
HSL color Cylindrical-coordinate representation of color #C53787: hue angle of 326.2º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53787 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 135 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.23 |
| HSL | 326.2º | 0.56% | 0.49% | - |
| HSV(B) | 326.2º | 0.72% | 0.77% | - |
| XYZ | 28.77 | 16.35 | 24.56 | - |
| YUV | 106.58 | 144.04 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 135 | 0 | 0.72 | 0.31 | 0.23 | 326.2 | 0.56 | 0.49 |
| Hex | C5 | 37 | 87 | 0 | 48 | 1F | 17 | 146 | 38 | 31 |
| Octal | 305 | 67 | 207 | 0 | 110 | 37 | 27 | 506 | 70 | 61 |
| Binary | 11000101 | 110111 | 10000111 | 0 | 1001000 | 11111 | 10111 | 101000110 | 111000 | 110001 |
Color Harmonies of #C53787
Complementary color
Monochromatic Colors of #C53787
Black with #C53787
Text Example
Text Example
White with #C53787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53787; }
p { color: rgb(197,55,135); }
H1.HeaderClassName
{
color: #C53787;
}
.AnyTagClassName
{
color: #C53787;
}
</style>
background-color css
<style>
a { background-color: #C53787; }
a { background-color: rgb(197,55,135); }
div.DivClassName
{
background-color: #C53787;
}
.BgClassName
{
background-color: #C53787;
}
</style>
border-color css
<style>
span { border-color: #C53787; }
span { border-color: rgb(197,55,135); }
td.TdClassName
{
border-color: #C53787;
}
.TagClassName
{
border-color: #C53787;
}
</style>