Shades of Mulberry #C55EA3
Tints of Mulberry #C55EA3
RGB
CMYK
RGB Variations
Color information
#C55EA3 (or 0xC55EA3) is known color: Mulberry. HEX triplet: C5, 5E and A3. RGB value is (197,94,163). Sum of RGB (Red+Green+Blue) = 197+94+163=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55EA3 is #3AA15C. Grayscale: #848484. Windows color (decimal): -3842397 or 10706629. OLE color: 10706629.
HSL color Cylindrical-coordinate representation of color #C55EA3: hue angle of 319.81º 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 #C55EA3 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 163 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.23 |
| HSL | 319.81º | 0.47% | 0.57% | - |
| HSV(B) | 319.81º | 0.52% | 0.77% | - |
| XYZ | 33.64 | 22.52 | 37.22 | - |
| YUV | 132.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 163 | 0 | 0.52 | 0.17 | 0.23 | 319.81 | 0.47 | 0.57 |
| Hex | C5 | 5E | A3 | 0 | 34 | 11 | 17 | 140 | 2F | 39 |
| Octal | 305 | 136 | 243 | 0 | 64 | 21 | 27 | 500 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10100011 | 0 | 110100 | 10001 | 10111 | 101000000 | 101111 | 111001 |
Color Harmonies of #C55EA3
Complementary color
Monochromatic Colors of #C55EA3
Black with #C55EA3
Text Example
Text Example
White with #C55EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EA3; }
p { color: rgb(197,94,163); }
H1.HeaderClassName
{
color: #C55EA3;
}
.AnyTagClassName
{
color: #C55EA3;
}
</style>
background-color css
<style>
a { background-color: #C55EA3; }
a { background-color: rgb(197,94,163); }
div.DivClassName
{
background-color: #C55EA3;
}
.BgClassName
{
background-color: #C55EA3;
}
</style>
border-color css
<style>
span { border-color: #C55EA3; }
span { border-color: rgb(197,94,163); }
td.TdClassName
{
border-color: #C55EA3;
}
.TagClassName
{
border-color: #C55EA3;
}
</style>