Shades of Medium Red Violet #C53A7A
Tints of Medium Red Violet #C53A7A
RGB
CMYK
RGB Variations
Color information
#C53A7A (or 0xC53A7A) is known color: Medium Red Violet. HEX triplet: C5, 3A and 7A. RGB value is (197,58,122). Sum of RGB (Red+Green+Blue) = 197+58+122=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A7A is #3AC585. Grayscale: #6A6A6A. Windows color (decimal): -3851654 or 8010437. OLE color: 8010437.
HSL color Cylindrical-coordinate representation of color #C53A7A: hue angle of 332.37º 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 #C53A7A is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 122 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.23 |
| HSL | 332.37º | 0.55% | 0.5% | - |
| HSV(B) | 332.37º | 0.71% | 0.77% | - |
| XYZ | 28.05 | 16.3 | 20.08 | - |
| YUV | 106.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 122 | 0 | 0.71 | 0.38 | 0.23 | 332.37 | 0.55 | 0.5 |
| Hex | C5 | 3A | 7A | 0 | 47 | 26 | 17 | 14C | 37 | 32 |
| Octal | 305 | 72 | 172 | 0 | 107 | 46 | 27 | 514 | 67 | 62 |
| Binary | 11000101 | 111010 | 1111010 | 0 | 1000111 | 100110 | 10111 | 101001100 | 110111 | 110010 |
Color Harmonies of #C53A7A
Complementary color
Monochromatic Colors of #C53A7A
Black with #C53A7A
Text Example
Text Example
White with #C53A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A7A; }
p { color: rgb(197,58,122); }
H1.HeaderClassName
{
color: #C53A7A;
}
.AnyTagClassName
{
color: #C53A7A;
}
</style>
background-color css
<style>
a { background-color: #C53A7A; }
a { background-color: rgb(197,58,122); }
div.DivClassName
{
background-color: #C53A7A;
}
.BgClassName
{
background-color: #C53A7A;
}
</style>
border-color css
<style>
span { border-color: #C53A7A; }
span { border-color: rgb(197,58,122); }
td.TdClassName
{
border-color: #C53A7A;
}
.TagClassName
{
border-color: #C53A7A;
}
</style>