Shades of Mulberry #C55EA0
Tints of Mulberry #C55EA0
RGB
CMYK
RGB Variations
Color information
#C55EA0 (or 0xC55EA0) is known color: Mulberry. HEX triplet: C5, 5E and A0. RGB value is (197,94,160). Sum of RGB (Red+Green+Blue) = 197+94+160=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55EA0 is #3AA15F. Grayscale: #848484. Windows color (decimal): -3842400 or 10510021. OLE color: 10510021.
HSL color Cylindrical-coordinate representation of color #C55EA0: hue angle of 321.55º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55EA0 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 160 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.23 |
| HSL | 321.55º | 0.47% | 0.57% | - |
| HSV(B) | 321.55º | 0.52% | 0.77% | - |
| XYZ | 33.37 | 22.41 | 35.83 | - |
| YUV | 132.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 160 | 0 | 0.52 | 0.19 | 0.23 | 321.55 | 0.47 | 0.57 |
| Hex | C5 | 5E | A0 | 0 | 34 | 13 | 17 | 142 | 2F | 39 |
| Octal | 305 | 136 | 240 | 0 | 64 | 23 | 27 | 502 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10100000 | 0 | 110100 | 10011 | 10111 | 101000010 | 101111 | 111001 |
Color Harmonies of #C55EA0
Complementary color
Monochromatic Colors of #C55EA0
Black with #C55EA0
Text Example
Text Example
White with #C55EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EA0; }
p { color: rgb(197,94,160); }
H1.HeaderClassName
{
color: #C55EA0;
}
.AnyTagClassName
{
color: #C55EA0;
}
</style>
background-color css
<style>
a { background-color: #C55EA0; }
a { background-color: rgb(197,94,160); }
div.DivClassName
{
background-color: #C55EA0;
}
.BgClassName
{
background-color: #C55EA0;
}
</style>
border-color css
<style>
span { border-color: #C55EA0; }
span { border-color: rgb(197,94,160); }
td.TdClassName
{
border-color: #C55EA0;
}
.TagClassName
{
border-color: #C55EA0;
}
</style>