Shades of Medium Red Violet #C53286
Tints of Medium Red Violet #C53286
RGB
CMYK
RGB Variations
Color information
#C53286 (or 0xC53286) is known color: Medium Red Violet. HEX triplet: C5, 32 and 86. RGB value is (197,50,134). Sum of RGB (Red+Green+Blue) = 197+50+134=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C53286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53286 is #3ACD79. Grayscale: #676767. Windows color (decimal): -3853690 or 8794821. OLE color: 8794821.
HSL color Cylindrical-coordinate representation of color #C53286: hue angle of 325.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53286 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 134 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.23 |
| HSL | 325.71º | 0.6% | 0.48% | - |
| HSV(B) | 325.71º | 0.75% | 0.77% | - |
| XYZ | 28.47 | 15.87 | 24.12 | - |
| YUV | 103.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 134 | 0 | 0.75 | 0.32 | 0.23 | 325.71 | 0.6 | 0.48 |
| Hex | C5 | 32 | 86 | 0 | 4B | 20 | 17 | 146 | 3C | 30 |
| Octal | 305 | 62 | 206 | 0 | 113 | 40 | 27 | 506 | 74 | 60 |
| Binary | 11000101 | 110010 | 10000110 | 0 | 1001011 | 100000 | 10111 | 101000110 | 111100 | 110000 |
Color Harmonies of #C53286
Complementary color
Monochromatic Colors of #C53286
Black with #C53286
Text Example
Text Example
White with #C53286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53286; }
p { color: rgb(197,50,134); }
H1.HeaderClassName
{
color: #C53286;
}
.AnyTagClassName
{
color: #C53286;
}
</style>
background-color css
<style>
a { background-color: #C53286; }
a { background-color: rgb(197,50,134); }
div.DivClassName
{
background-color: #C53286;
}
.BgClassName
{
background-color: #C53286;
}
</style>
border-color css
<style>
span { border-color: #C53286; }
span { border-color: rgb(197,50,134); }
td.TdClassName
{
border-color: #C53286;
}
.TagClassName
{
border-color: #C53286;
}
</style>