Shades of Mulberry #CC5489
Tints of Mulberry #CC5489
RGB
CMYK
RGB Variations
Color information
#CC5489 (or 0xCC5489) is known color: Mulberry. HEX triplet: CC, 54 and 89. RGB value is (204,84,137). Sum of RGB (Red+Green+Blue) = 204+84+137=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5489 is #33AB76. Grayscale: #7D7D7D. Windows color (decimal): -3386231 or 9000140. OLE color: 9000140.
HSL color Cylindrical-coordinate representation of color #CC5489: hue angle of 333.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5489 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 137 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.2 |
| HSL | 333.5º | 0.54% | 0.56% | - |
| HSV(B) | 333.5º | 0.59% | 0.8% | - |
| XYZ | 32.59 | 20.98 | 26 | - |
| YUV | 125.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 137 | 0 | 0.59 | 0.33 | 0.2 | 333.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 89 | 0 | 3B | 21 | 14 | 14E | 36 | 38 |
| Octal | 314 | 124 | 211 | 0 | 73 | 41 | 24 | 516 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10001001 | 0 | 111011 | 100001 | 10100 | 101001110 | 110110 | 111000 |
Color Harmonies of #CC5489
Complementary color
Monochromatic Colors of #CC5489
Black with #CC5489
Text Example
Text Example
White with #CC5489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5489; }
p { color: rgb(204,84,137); }
H1.HeaderClassName
{
color: #CC5489;
}
.AnyTagClassName
{
color: #CC5489;
}
</style>
background-color css
<style>
a { background-color: #CC5489; }
a { background-color: rgb(204,84,137); }
div.DivClassName
{
background-color: #CC5489;
}
.BgClassName
{
background-color: #CC5489;
}
</style>
border-color css
<style>
span { border-color: #CC5489; }
span { border-color: rgb(204,84,137); }
td.TdClassName
{
border-color: #CC5489;
}
.TagClassName
{
border-color: #CC5489;
}
</style>