Shades of Mulberry #CC4788
Tints of Mulberry #CC4788
RGB
CMYK
RGB Variations
Color information
#CC4788 (or 0xCC4788) is known color: Mulberry. HEX triplet: CC, 47 and 88. RGB value is (204,71,136). Sum of RGB (Red+Green+Blue) = 204+71+136=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4788 is #33B877. Grayscale: #767676. Windows color (decimal): -3389560 or 8931276. OLE color: 8931276.
HSL color Cylindrical-coordinate representation of color #CC4788: hue angle of 330.68º degrees, saturation: 0.57, 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 #CC4788 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 136 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.2 |
| HSL | 330.68º | 0.57% | 0.54% | - |
| HSV(B) | 330.68º | 0.65% | 0.8% | - |
| XYZ | 31.6 | 19.12 | 25.32 | - |
| YUV | 118.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 136 | 0 | 0.65 | 0.33 | 0.2 | 330.68 | 0.57 | 0.54 |
| Hex | CC | 47 | 88 | 0 | 41 | 21 | 14 | 14B | 39 | 36 |
| Octal | 314 | 107 | 210 | 0 | 101 | 41 | 24 | 513 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10001000 | 0 | 1000001 | 100001 | 10100 | 101001011 | 111001 | 110110 |
Color Harmonies of #CC4788
Complementary color
Monochromatic Colors of #CC4788
Black with #CC4788
Text Example
Text Example
White with #CC4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4788; }
p { color: rgb(204,71,136); }
H1.HeaderClassName
{
color: #CC4788;
}
.AnyTagClassName
{
color: #CC4788;
}
</style>
background-color css
<style>
a { background-color: #CC4788; }
a { background-color: rgb(204,71,136); }
div.DivClassName
{
background-color: #CC4788;
}
.BgClassName
{
background-color: #CC4788;
}
</style>
border-color css
<style>
span { border-color: #CC4788; }
span { border-color: rgb(204,71,136); }
td.TdClassName
{
border-color: #CC4788;
}
.TagClassName
{
border-color: #CC4788;
}
</style>