Shades of Medium Red Violet #C53897
Tints of Medium Red Violet #C53897
RGB
CMYK
RGB Variations
Color information
#C53897 (or 0xC53897) is known color: Medium Red Violet. HEX triplet: C5, 38 and 97. RGB value is (197,56,151). Sum of RGB (Red+Green+Blue) = 197+56+151=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C53897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53897 is #3AC768. Grayscale: #6C6C6C. Windows color (decimal): -3852137 or 9910469. OLE color: 9910469.
HSL color Cylindrical-coordinate representation of color #C53897: hue angle of 319.57º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53897 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 151 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.23 |
| HSL | 319.57º | 0.56% | 0.5% | - |
| HSV(B) | 319.57º | 0.72% | 0.77% | - |
| XYZ | 30.03 | 16.93 | 30.96 | - |
| YUV | 108.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 151 | 0 | 0.72 | 0.23 | 0.23 | 319.57 | 0.56 | 0.5 |
| Hex | C5 | 38 | 97 | 0 | 48 | 17 | 17 | 140 | 38 | 32 |
| Octal | 305 | 70 | 227 | 0 | 110 | 27 | 27 | 500 | 70 | 62 |
| Binary | 11000101 | 111000 | 10010111 | 0 | 1001000 | 10111 | 10111 | 101000000 | 111000 | 110010 |
Color Harmonies of #C53897
Complementary color
Monochromatic Colors of #C53897
Black with #C53897
Text Example
Text Example
White with #C53897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53897; }
p { color: rgb(197,56,151); }
H1.HeaderClassName
{
color: #C53897;
}
.AnyTagClassName
{
color: #C53897;
}
</style>
background-color css
<style>
a { background-color: #C53897; }
a { background-color: rgb(197,56,151); }
div.DivClassName
{
background-color: #C53897;
}
.BgClassName
{
background-color: #C53897;
}
</style>
border-color css
<style>
span { border-color: #C53897; }
span { border-color: rgb(197,56,151); }
td.TdClassName
{
border-color: #C53897;
}
.TagClassName
{
border-color: #C53897;
}
</style>