Shades of Mulberry #C53EA0
Tints of Mulberry #C53EA0
RGB
CMYK
RGB Variations
Color information
#C53EA0 (or 0xC53EA0) is known color: Mulberry. HEX triplet: C5, 3E and A0. RGB value is (197,62,160). Sum of RGB (Red+Green+Blue) = 197+62+160=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53EA0 is #3AC15F. Grayscale: #717171. Windows color (decimal): -3850592 or 10501829. OLE color: 10501829.
HSL color Cylindrical-coordinate representation of color #C53EA0: hue angle of 316.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53EA0 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 160 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.23 |
| HSL | 316.44º | 0.54% | 0.51% | - |
| HSV(B) | 316.44º | 0.69% | 0.77% | - |
| XYZ | 31.09 | 17.85 | 35.06 | - |
| YUV | 113.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 160 | 0 | 0.69 | 0.19 | 0.23 | 316.44 | 0.54 | 0.51 |
| Hex | C5 | 3E | A0 | 0 | 45 | 13 | 17 | 13C | 36 | 33 |
| Octal | 305 | 76 | 240 | 0 | 105 | 23 | 27 | 474 | 66 | 63 |
| Binary | 11000101 | 111110 | 10100000 | 0 | 1000101 | 10011 | 10111 | 100111100 | 110110 | 110011 |
Color Harmonies of #C53EA0
Complementary color
Monochromatic Colors of #C53EA0
Black with #C53EA0
Text Example
Text Example
White with #C53EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EA0; }
p { color: rgb(197,62,160); }
H1.HeaderClassName
{
color: #C53EA0;
}
.AnyTagClassName
{
color: #C53EA0;
}
</style>
background-color css
<style>
a { background-color: #C53EA0; }
a { background-color: rgb(197,62,160); }
div.DivClassName
{
background-color: #C53EA0;
}
.BgClassName
{
background-color: #C53EA0;
}
</style>
border-color css
<style>
span { border-color: #C53EA0; }
span { border-color: rgb(197,62,160); }
td.TdClassName
{
border-color: #C53EA0;
}
.TagClassName
{
border-color: #C53EA0;
}
</style>