Shades of Medium Red Violet #C53A8E
Tints of Medium Red Violet #C53A8E
RGB
CMYK
RGB Variations
Color information
#C53A8E (or 0xC53A8E) is known color: Medium Red Violet. HEX triplet: C5, 3A and 8E. RGB value is (197,58,142). Sum of RGB (Red+Green+Blue) = 197+58+142=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A8E is #3AC571. Grayscale: #6C6C6C. Windows color (decimal): -3851634 or 9321157. OLE color: 9321157.
HSL color Cylindrical-coordinate representation of color #C53A8E: hue angle of 323.74º 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 #C53A8E is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 142 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.23 |
| HSL | 323.74º | 0.55% | 0.5% | - |
| HSV(B) | 323.74º | 0.71% | 0.77% | - |
| XYZ | 29.42 | 16.85 | 27.29 | - |
| YUV | 109.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 142 | 0 | 0.71 | 0.28 | 0.23 | 323.74 | 0.55 | 0.5 |
| Hex | C5 | 3A | 8E | 0 | 47 | 1C | 17 | 144 | 37 | 32 |
| Octal | 305 | 72 | 216 | 0 | 107 | 34 | 27 | 504 | 67 | 62 |
| Binary | 11000101 | 111010 | 10001110 | 0 | 1000111 | 11100 | 10111 | 101000100 | 110111 | 110010 |
Color Harmonies of #C53A8E
Complementary color
Monochromatic Colors of #C53A8E
Black with #C53A8E
Text Example
Text Example
White with #C53A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A8E; }
p { color: rgb(197,58,142); }
H1.HeaderClassName
{
color: #C53A8E;
}
.AnyTagClassName
{
color: #C53A8E;
}
</style>
background-color css
<style>
a { background-color: #C53A8E; }
a { background-color: rgb(197,58,142); }
div.DivClassName
{
background-color: #C53A8E;
}
.BgClassName
{
background-color: #C53A8E;
}
</style>
border-color css
<style>
span { border-color: #C53A8E; }
span { border-color: rgb(197,58,142); }
td.TdClassName
{
border-color: #C53A8E;
}
.TagClassName
{
border-color: #C53A8E;
}
</style>