Shades of Medium Red Violet #C53A7C
Tints of Medium Red Violet #C53A7C
RGB
CMYK
RGB Variations
Color information
#C53A7C (or 0xC53A7C) is known color: Medium Red Violet. HEX triplet: C5, 3A and 7C. RGB value is (197,58,124). Sum of RGB (Red+Green+Blue) = 197+58+124=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A7C is #3AC583. Grayscale: #6A6A6A. Windows color (decimal): -3851652 or 8141509. OLE color: 8141509.
HSL color Cylindrical-coordinate representation of color #C53A7C: hue angle of 331.51º 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 #C53A7C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 124 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.23 |
| HSL | 331.51º | 0.55% | 0.5% | - |
| HSV(B) | 331.51º | 0.71% | 0.77% | - |
| XYZ | 28.18 | 16.35 | 20.74 | - |
| YUV | 107.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 124 | 0 | 0.71 | 0.37 | 0.23 | 331.51 | 0.55 | 0.5 |
| Hex | C5 | 3A | 7C | 0 | 47 | 25 | 17 | 14C | 37 | 32 |
| Octal | 305 | 72 | 174 | 0 | 107 | 45 | 27 | 514 | 67 | 62 |
| Binary | 11000101 | 111010 | 1111100 | 0 | 1000111 | 100101 | 10111 | 101001100 | 110111 | 110010 |
Color Harmonies of #C53A7C
Complementary color
Monochromatic Colors of #C53A7C
Black with #C53A7C
Text Example
Text Example
White with #C53A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A7C; }
p { color: rgb(197,58,124); }
H1.HeaderClassName
{
color: #C53A7C;
}
.AnyTagClassName
{
color: #C53A7C;
}
</style>
background-color css
<style>
a { background-color: #C53A7C; }
a { background-color: rgb(197,58,124); }
div.DivClassName
{
background-color: #C53A7C;
}
.BgClassName
{
background-color: #C53A7C;
}
</style>
border-color css
<style>
span { border-color: #C53A7C; }
span { border-color: rgb(197,58,124); }
td.TdClassName
{
border-color: #C53A7C;
}
.TagClassName
{
border-color: #C53A7C;
}
</style>