Shades of Mulberry #CC5988
Tints of Mulberry #CC5988
RGB
CMYK
RGB Variations
Color information
#CC5988 (or 0xCC5988) is known color: Mulberry. HEX triplet: CC, 59 and 88. RGB value is (204,89,136). Sum of RGB (Red+Green+Blue) = 204+89+136=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5988 is #33A677. Grayscale: #808080. Windows color (decimal): -3384952 or 8935884. OLE color: 8935884.
HSL color Cylindrical-coordinate representation of color #CC5988: hue angle of 335.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5988 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 136 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.2 |
| HSL | 335.48º | 0.53% | 0.57% | - |
| HSV(B) | 335.48º | 0.56% | 0.8% | - |
| XYZ | 32.92 | 21.76 | 25.76 | - |
| YUV | 128.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 136 | 0 | 0.56 | 0.33 | 0.2 | 335.48 | 0.53 | 0.57 |
| Hex | CC | 59 | 88 | 0 | 38 | 21 | 14 | 14F | 35 | 39 |
| Octal | 314 | 131 | 210 | 0 | 70 | 41 | 24 | 517 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10001000 | 0 | 111000 | 100001 | 10100 | 101001111 | 110101 | 111001 |
Color Harmonies of #CC5988
Complementary color
Monochromatic Colors of #CC5988
Black with #CC5988
Text Example
Text Example
White with #CC5988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5988; }
p { color: rgb(204,89,136); }
H1.HeaderClassName
{
color: #CC5988;
}
.AnyTagClassName
{
color: #CC5988;
}
</style>
background-color css
<style>
a { background-color: #CC5988; }
a { background-color: rgb(204,89,136); }
div.DivClassName
{
background-color: #CC5988;
}
.BgClassName
{
background-color: #CC5988;
}
</style>
border-color css
<style>
span { border-color: #CC5988; }
span { border-color: rgb(204,89,136); }
td.TdClassName
{
border-color: #CC5988;
}
.TagClassName
{
border-color: #CC5988;
}
</style>