Shades of Medium Red Violet #C53880
Tints of Medium Red Violet #C53880
RGB
CMYK
RGB Variations
Color information
#C53880 (or 0xC53880) is known color: Medium Red Violet. HEX triplet: C5, 38 and 80. RGB value is (197,56,128). Sum of RGB (Red+Green+Blue) = 197+56+128=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C53880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53880 is #3AC77F. Grayscale: #6A6A6A. Windows color (decimal): -3852160 or 8403141. OLE color: 8403141.
HSL color Cylindrical-coordinate representation of color #C53880: hue angle of 329.36º 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 #C53880 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 128 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.23 |
| HSL | 329.36º | 0.56% | 0.5% | - |
| HSV(B) | 329.36º | 0.72% | 0.77% | - |
| XYZ | 28.34 | 16.26 | 22.07 | - |
| YUV | 106.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 128 | 0 | 0.72 | 0.35 | 0.23 | 329.36 | 0.56 | 0.5 |
| Hex | C5 | 38 | 80 | 0 | 48 | 23 | 17 | 149 | 38 | 32 |
| Octal | 305 | 70 | 200 | 0 | 110 | 43 | 27 | 511 | 70 | 62 |
| Binary | 11000101 | 111000 | 10000000 | 0 | 1001000 | 100011 | 10111 | 101001001 | 111000 | 110010 |
Color Harmonies of #C53880
Complementary color
Monochromatic Colors of #C53880
Black with #C53880
Text Example
Text Example
White with #C53880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53880; }
p { color: rgb(197,56,128); }
H1.HeaderClassName
{
color: #C53880;
}
.AnyTagClassName
{
color: #C53880;
}
</style>
background-color css
<style>
a { background-color: #C53880; }
a { background-color: rgb(197,56,128); }
div.DivClassName
{
background-color: #C53880;
}
.BgClassName
{
background-color: #C53880;
}
</style>
border-color css
<style>
span { border-color: #C53880; }
span { border-color: rgb(197,56,128); }
td.TdClassName
{
border-color: #C53880;
}
.TagClassName
{
border-color: #C53880;
}
</style>