Shades of Medium Red Violet #C53D7E
Tints of Medium Red Violet #C53D7E
RGB
CMYK
RGB Variations
Color information
#C53D7E (or 0xC53D7E) is known color: Medium Red Violet. HEX triplet: C5, 3D and 7E. RGB value is (197,61,126). Sum of RGB (Red+Green+Blue) = 197+61+126=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D7E is #3AC281. Grayscale: #6C6C6C. Windows color (decimal): -3850882 or 8273349. OLE color: 8273349.
HSL color Cylindrical-coordinate representation of color #C53D7E: hue angle of 331.32º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D7E is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 126 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.23 |
| HSL | 331.32º | 0.54% | 0.51% | - |
| HSV(B) | 331.32º | 0.69% | 0.77% | - |
| XYZ | 28.46 | 16.71 | 21.46 | - |
| YUV | 109.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 126 | 0 | 0.69 | 0.36 | 0.23 | 331.32 | 0.54 | 0.51 |
| Hex | C5 | 3D | 7E | 0 | 45 | 24 | 17 | 14B | 36 | 33 |
| Octal | 305 | 75 | 176 | 0 | 105 | 44 | 27 | 513 | 66 | 63 |
| Binary | 11000101 | 111101 | 1111110 | 0 | 1000101 | 100100 | 10111 | 101001011 | 110110 | 110011 |
Color Harmonies of #C53D7E
Complementary color
Monochromatic Colors of #C53D7E
Black with #C53D7E
Text Example
Text Example
White with #C53D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D7E; }
p { color: rgb(197,61,126); }
H1.HeaderClassName
{
color: #C53D7E;
}
.AnyTagClassName
{
color: #C53D7E;
}
</style>
background-color css
<style>
a { background-color: #C53D7E; }
a { background-color: rgb(197,61,126); }
div.DivClassName
{
background-color: #C53D7E;
}
.BgClassName
{
background-color: #C53D7E;
}
</style>
border-color css
<style>
span { border-color: #C53D7E; }
span { border-color: rgb(197,61,126); }
td.TdClassName
{
border-color: #C53D7E;
}
.TagClassName
{
border-color: #C53D7E;
}
</style>