Shades of Mulberry #CC5991
Tints of Mulberry #CC5991
RGB
CMYK
RGB Variations
Color information
#CC5991 (or 0xCC5991) is known color: Mulberry. HEX triplet: CC, 59 and 91. RGB value is (204,89,145). Sum of RGB (Red+Green+Blue) = 204+89+145=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5991 is #33A66E. Grayscale: #818181. Windows color (decimal): -3384943 or 9525708. OLE color: 9525708.
HSL color Cylindrical-coordinate representation of color #CC5991: hue angle of 330.78º 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 #CC5991 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 145 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.2 |
| HSL | 330.78º | 0.53% | 0.57% | - |
| HSV(B) | 330.78º | 0.56% | 0.8% | - |
| XYZ | 33.59 | 22.03 | 29.27 | - |
| YUV | 129.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 145 | 0 | 0.56 | 0.29 | 0.2 | 330.78 | 0.53 | 0.57 |
| Hex | CC | 59 | 91 | 0 | 38 | 1D | 14 | 14B | 35 | 39 |
| Octal | 314 | 131 | 221 | 0 | 70 | 35 | 24 | 513 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10010001 | 0 | 111000 | 11101 | 10100 | 101001011 | 110101 | 111001 |
Color Harmonies of #CC5991
Complementary color
Monochromatic Colors of #CC5991
Black with #CC5991
Text Example
Text Example
White with #CC5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5991; }
p { color: rgb(204,89,145); }
H1.HeaderClassName
{
color: #CC5991;
}
.AnyTagClassName
{
color: #CC5991;
}
</style>
background-color css
<style>
a { background-color: #CC5991; }
a { background-color: rgb(204,89,145); }
div.DivClassName
{
background-color: #CC5991;
}
.BgClassName
{
background-color: #CC5991;
}
</style>
border-color css
<style>
span { border-color: #CC5991; }
span { border-color: rgb(204,89,145); }
td.TdClassName
{
border-color: #CC5991;
}
.TagClassName
{
border-color: #CC5991;
}
</style>