Shades of Medium Red Violet #C53A9C
Tints of Medium Red Violet #C53A9C
RGB
CMYK
RGB Variations
Color information
#C53A9C (or 0xC53A9C) is known color: Medium Red Violet. HEX triplet: C5, 3A and 9C. RGB value is (197,58,156). Sum of RGB (Red+Green+Blue) = 197+58+156=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53A9C is #3AC563. Grayscale: #6E6E6E. Windows color (decimal): -3851620 or 10238661. OLE color: 10238661.
HSL color Cylindrical-coordinate representation of color #C53A9C: hue angle of 317.7º 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 #C53A9C is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 156 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.23 |
| HSL | 317.7º | 0.55% | 0.5% | - |
| HSV(B) | 317.7º | 0.71% | 0.77% | - |
| XYZ | 30.54 | 17.3 | 33.18 | - |
| YUV | 110.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 156 | 0 | 0.71 | 0.21 | 0.23 | 317.7 | 0.55 | 0.5 |
| Hex | C5 | 3A | 9C | 0 | 47 | 15 | 17 | 13E | 37 | 32 |
| Octal | 305 | 72 | 234 | 0 | 107 | 25 | 27 | 476 | 67 | 62 |
| Binary | 11000101 | 111010 | 10011100 | 0 | 1000111 | 10101 | 10111 | 100111110 | 110111 | 110010 |
Color Harmonies of #C53A9C
Complementary color
Monochromatic Colors of #C53A9C
Black with #C53A9C
Text Example
Text Example
White with #C53A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A9C; }
p { color: rgb(197,58,156); }
H1.HeaderClassName
{
color: #C53A9C;
}
.AnyTagClassName
{
color: #C53A9C;
}
</style>
background-color css
<style>
a { background-color: #C53A9C; }
a { background-color: rgb(197,58,156); }
div.DivClassName
{
background-color: #C53A9C;
}
.BgClassName
{
background-color: #C53A9C;
}
</style>
border-color css
<style>
span { border-color: #C53A9C; }
span { border-color: rgb(197,58,156); }
td.TdClassName
{
border-color: #C53A9C;
}
.TagClassName
{
border-color: #C53A9C;
}
</style>