Shades of Medium Red Violet #C53A7E
Tints of Medium Red Violet #C53A7E
RGB
CMYK
RGB Variations
Color information
#C53A7E (or 0xC53A7E) is known color: Medium Red Violet. HEX triplet: C5, 3A and 7E. RGB value is (197,58,126). Sum of RGB (Red+Green+Blue) = 197+58+126=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A7E is #3AC581. Grayscale: #6B6B6B. Windows color (decimal): -3851650 or 8272581. OLE color: 8272581.
HSL color Cylindrical-coordinate representation of color #C53A7E: hue angle of 330.65º 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 #C53A7E is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 126 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.23 |
| HSL | 330.65º | 0.55% | 0.5% | - |
| HSV(B) | 330.65º | 0.71% | 0.77% | - |
| XYZ | 28.3 | 16.4 | 21.41 | - |
| YUV | 107.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 126 | 0 | 0.71 | 0.36 | 0.23 | 330.65 | 0.55 | 0.5 |
| Hex | C5 | 3A | 7E | 0 | 47 | 24 | 17 | 14B | 37 | 32 |
| Octal | 305 | 72 | 176 | 0 | 107 | 44 | 27 | 513 | 67 | 62 |
| Binary | 11000101 | 111010 | 1111110 | 0 | 1000111 | 100100 | 10111 | 101001011 | 110111 | 110010 |
Color Harmonies of #C53A7E
Complementary color
Monochromatic Colors of #C53A7E
Black with #C53A7E
Text Example
Text Example
White with #C53A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A7E; }
p { color: rgb(197,58,126); }
H1.HeaderClassName
{
color: #C53A7E;
}
.AnyTagClassName
{
color: #C53A7E;
}
</style>
background-color css
<style>
a { background-color: #C53A7E; }
a { background-color: rgb(197,58,126); }
div.DivClassName
{
background-color: #C53A7E;
}
.BgClassName
{
background-color: #C53A7E;
}
</style>
border-color css
<style>
span { border-color: #C53A7E; }
span { border-color: rgb(197,58,126); }
td.TdClassName
{
border-color: #C53A7E;
}
.TagClassName
{
border-color: #C53A7E;
}
</style>