Shades of Medium Red Violet #C53180
Tints of Medium Red Violet #C53180
RGB
CMYK
RGB Variations
Color information
#C53180 (or 0xC53180) is known color: Medium Red Violet. HEX triplet: C5, 31 and 80. RGB value is (197,49,128). Sum of RGB (Red+Green+Blue) = 197+49+128=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C53180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53180 is #3ACE7F. Grayscale: #666666. Windows color (decimal): -3853952 or 8401349. OLE color: 8401349.
HSL color Cylindrical-coordinate representation of color #C53180: hue angle of 327.97º 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 #C53180 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 128 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.23 |
| HSL | 327.97º | 0.6% | 0.48% | - |
| HSV(B) | 327.97º | 0.75% | 0.77% | - |
| XYZ | 28.02 | 15.63 | 21.96 | - |
| YUV | 102.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 128 | 0 | 0.75 | 0.35 | 0.23 | 327.97 | 0.6 | 0.48 |
| Hex | C5 | 31 | 80 | 0 | 4B | 23 | 17 | 148 | 3C | 30 |
| Octal | 305 | 61 | 200 | 0 | 113 | 43 | 27 | 510 | 74 | 60 |
| Binary | 11000101 | 110001 | 10000000 | 0 | 1001011 | 100011 | 10111 | 101001000 | 111100 | 110000 |
Color Harmonies of #C53180
Complementary color
Monochromatic Colors of #C53180
Black with #C53180
Text Example
Text Example
White with #C53180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53180; }
p { color: rgb(197,49,128); }
H1.HeaderClassName
{
color: #C53180;
}
.AnyTagClassName
{
color: #C53180;
}
</style>
background-color css
<style>
a { background-color: #C53180; }
a { background-color: rgb(197,49,128); }
div.DivClassName
{
background-color: #C53180;
}
.BgClassName
{
background-color: #C53180;
}
</style>
border-color css
<style>
span { border-color: #C53180; }
span { border-color: rgb(197,49,128); }
td.TdClassName
{
border-color: #C53180;
}
.TagClassName
{
border-color: #C53180;
}
</style>