Shades of Medium Red Violet #C53A7D
Tints of Medium Red Violet #C53A7D
RGB
CMYK
RGB Variations
Color information
#C53A7D (or 0xC53A7D) is known color: Medium Red Violet. HEX triplet: C5, 3A and 7D. RGB value is (197,58,125). Sum of RGB (Red+Green+Blue) = 197+58+125=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A7D is #3AC582. Grayscale: #6B6B6B. Windows color (decimal): -3851651 or 8207045. OLE color: 8207045.
HSL color Cylindrical-coordinate representation of color #C53A7D: hue angle of 331.08º 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 #C53A7D is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 125 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.23 |
| HSL | 331.08º | 0.55% | 0.5% | - |
| HSV(B) | 331.08º | 0.71% | 0.77% | - |
| XYZ | 28.24 | 16.38 | 21.07 | - |
| YUV | 107.2 | 138.05 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 125 | 0 | 0.71 | 0.37 | 0.23 | 331.08 | 0.55 | 0.5 |
| Hex | C5 | 3A | 7D | 0 | 47 | 25 | 17 | 14B | 37 | 32 |
| Octal | 305 | 72 | 175 | 0 | 107 | 45 | 27 | 513 | 67 | 62 |
| Binary | 11000101 | 111010 | 1111101 | 0 | 1000111 | 100101 | 10111 | 101001011 | 110111 | 110010 |
Color Harmonies of #C53A7D
Complementary color
Monochromatic Colors of #C53A7D
Black with #C53A7D
Text Example
Text Example
White with #C53A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A7D; }
p { color: rgb(197,58,125); }
H1.HeaderClassName
{
color: #C53A7D;
}
.AnyTagClassName
{
color: #C53A7D;
}
</style>
background-color css
<style>
a { background-color: #C53A7D; }
a { background-color: rgb(197,58,125); }
div.DivClassName
{
background-color: #C53A7D;
}
.BgClassName
{
background-color: #C53A7D;
}
</style>
border-color css
<style>
span { border-color: #C53A7D; }
span { border-color: rgb(197,58,125); }
td.TdClassName
{
border-color: #C53A7D;
}
.TagClassName
{
border-color: #C53A7D;
}
</style>