Shades of Mulberry #CC4888
Tints of Mulberry #CC4888
RGB
CMYK
RGB Variations
Color information
#CC4888 (or 0xCC4888) is known color: Mulberry. HEX triplet: CC, 48 and 88. RGB value is (204,72,136). Sum of RGB (Red+Green+Blue) = 204+72+136=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4888 is #33B777. Grayscale: #767676. Windows color (decimal): -3389304 or 8931532. OLE color: 8931532.
HSL color Cylindrical-coordinate representation of color #CC4888: hue angle of 330.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4888 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 136 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.2 |
| HSL | 330.91º | 0.56% | 0.54% | - |
| HSV(B) | 330.91º | 0.65% | 0.8% | - |
| XYZ | 31.66 | 19.25 | 25.34 | - |
| YUV | 118.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 136 | 0 | 0.65 | 0.33 | 0.2 | 330.91 | 0.56 | 0.54 |
| Hex | CC | 48 | 88 | 0 | 41 | 21 | 14 | 14B | 38 | 36 |
| Octal | 314 | 110 | 210 | 0 | 101 | 41 | 24 | 513 | 70 | 66 |
| Binary | 11001100 | 1001000 | 10001000 | 0 | 1000001 | 100001 | 10100 | 101001011 | 111000 | 110110 |
Color Harmonies of #CC4888
Complementary color
Monochromatic Colors of #CC4888
Black with #CC4888
Text Example
Text Example
White with #CC4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4888; }
p { color: rgb(204,72,136); }
H1.HeaderClassName
{
color: #CC4888;
}
.AnyTagClassName
{
color: #CC4888;
}
</style>
background-color css
<style>
a { background-color: #CC4888; }
a { background-color: rgb(204,72,136); }
div.DivClassName
{
background-color: #CC4888;
}
.BgClassName
{
background-color: #CC4888;
}
</style>
border-color css
<style>
span { border-color: #CC4888; }
span { border-color: rgb(204,72,136); }
td.TdClassName
{
border-color: #CC4888;
}
.TagClassName
{
border-color: #CC4888;
}
</style>