Shades of Medium Red Violet #C53A8C
Tints of Medium Red Violet #C53A8C
RGB
CMYK
RGB Variations
Color information
#C53A8C (or 0xC53A8C) is known color: Medium Red Violet. HEX triplet: C5, 3A and 8C. RGB value is (197,58,140). Sum of RGB (Red+Green+Blue) = 197+58+140=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A8C is #3AC573. Grayscale: #6C6C6C. Windows color (decimal): -3851636 or 9190085. OLE color: 9190085.
HSL color Cylindrical-coordinate representation of color #C53A8C: hue angle of 324.6º 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 #C53A8C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 140 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.23 |
| HSL | 324.6º | 0.55% | 0.5% | - |
| HSV(B) | 324.6º | 0.71% | 0.77% | - |
| XYZ | 29.27 | 16.79 | 26.51 | - |
| YUV | 108.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 140 | 0 | 0.71 | 0.29 | 0.23 | 324.6 | 0.55 | 0.5 |
| Hex | C5 | 3A | 8C | 0 | 47 | 1D | 17 | 145 | 37 | 32 |
| Octal | 305 | 72 | 214 | 0 | 107 | 35 | 27 | 505 | 67 | 62 |
| Binary | 11000101 | 111010 | 10001100 | 0 | 1000111 | 11101 | 10111 | 101000101 | 110111 | 110010 |
Color Harmonies of #C53A8C
Complementary color
Monochromatic Colors of #C53A8C
Black with #C53A8C
Text Example
Text Example
White with #C53A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A8C; }
p { color: rgb(197,58,140); }
H1.HeaderClassName
{
color: #C53A8C;
}
.AnyTagClassName
{
color: #C53A8C;
}
</style>
background-color css
<style>
a { background-color: #C53A8C; }
a { background-color: rgb(197,58,140); }
div.DivClassName
{
background-color: #C53A8C;
}
.BgClassName
{
background-color: #C53A8C;
}
</style>
border-color css
<style>
span { border-color: #C53A8C; }
span { border-color: rgb(197,58,140); }
td.TdClassName
{
border-color: #C53A8C;
}
.TagClassName
{
border-color: #C53A8C;
}
</style>