Shades of Mulberry #CC4489
Tints of Mulberry #CC4489
RGB
CMYK
RGB Variations
Color information
#CC4489 (or 0xCC4489) is known color: Mulberry. HEX triplet: CC, 44 and 89. RGB value is (204,68,137). Sum of RGB (Red+Green+Blue) = 204+68+137=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4489 is #33BB76. Grayscale: #747474. Windows color (decimal): -3390327 or 8996044. OLE color: 8996044.
HSL color Cylindrical-coordinate representation of color #CC4489: hue angle of 329.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4489 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 137 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.2 |
| HSL | 329.56º | 0.57% | 0.53% | - |
| HSV(B) | 329.56º | 0.67% | 0.8% | - |
| XYZ | 31.48 | 18.78 | 25.63 | - |
| YUV | 116.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 137 | 0 | 0.67 | 0.33 | 0.2 | 329.56 | 0.57 | 0.53 |
| Hex | CC | 44 | 89 | 0 | 43 | 21 | 14 | 14A | 39 | 35 |
| Octal | 314 | 104 | 211 | 0 | 103 | 41 | 24 | 512 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10001001 | 0 | 1000011 | 100001 | 10100 | 101001010 | 111001 | 110101 |
Color Harmonies of #CC4489
Complementary color
Monochromatic Colors of #CC4489
Black with #CC4489
Text Example
Text Example
White with #CC4489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4489; }
p { color: rgb(204,68,137); }
H1.HeaderClassName
{
color: #CC4489;
}
.AnyTagClassName
{
color: #CC4489;
}
</style>
background-color css
<style>
a { background-color: #CC4489; }
a { background-color: rgb(204,68,137); }
div.DivClassName
{
background-color: #CC4489;
}
.BgClassName
{
background-color: #CC4489;
}
</style>
border-color css
<style>
span { border-color: #CC4489; }
span { border-color: rgb(204,68,137); }
td.TdClassName
{
border-color: #CC4489;
}
.TagClassName
{
border-color: #CC4489;
}
</style>