Shades of Medium Red Violet #C53295
Tints of Medium Red Violet #C53295
RGB
CMYK
RGB Variations
Color information
#C53295 (or 0xC53295) is known color: Medium Red Violet. HEX triplet: C5, 32 and 95. RGB value is (197,50,149). Sum of RGB (Red+Green+Blue) = 197+50+149=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C53295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53295 is #3ACD6A. Grayscale: #686868. Windows color (decimal): -3853675 or 9777861. OLE color: 9777861.
HSL color Cylindrical-coordinate representation of color #C53295: hue angle of 319.59º 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 #C53295 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 149 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.23 |
| HSL | 319.59º | 0.6% | 0.48% | - |
| HSV(B) | 319.59º | 0.75% | 0.77% | - |
| XYZ | 29.59 | 16.32 | 30.02 | - |
| YUV | 105.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 149 | 0 | 0.75 | 0.24 | 0.23 | 319.59 | 0.6 | 0.48 |
| Hex | C5 | 32 | 95 | 0 | 4B | 18 | 17 | 140 | 3C | 30 |
| Octal | 305 | 62 | 225 | 0 | 113 | 30 | 27 | 500 | 74 | 60 |
| Binary | 11000101 | 110010 | 10010101 | 0 | 1001011 | 11000 | 10111 | 101000000 | 111100 | 110000 |
Color Harmonies of #C53295
Complementary color
Monochromatic Colors of #C53295
Black with #C53295
Text Example
Text Example
White with #C53295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53295; }
p { color: rgb(197,50,149); }
H1.HeaderClassName
{
color: #C53295;
}
.AnyTagClassName
{
color: #C53295;
}
</style>
background-color css
<style>
a { background-color: #C53295; }
a { background-color: rgb(197,50,149); }
div.DivClassName
{
background-color: #C53295;
}
.BgClassName
{
background-color: #C53295;
}
</style>
border-color css
<style>
span { border-color: #C53295; }
span { border-color: rgb(197,50,149); }
td.TdClassName
{
border-color: #C53295;
}
.TagClassName
{
border-color: #C53295;
}
</style>