Shades of Mulberry #CC4588
Tints of Mulberry #CC4588
RGB
CMYK
RGB Variations
Color information
#CC4588 (or 0xCC4588) is known color: Mulberry. HEX triplet: CC, 45 and 88. RGB value is (204,69,136). Sum of RGB (Red+Green+Blue) = 204+69+136=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4588 is #33BA77. Grayscale: #747474. Windows color (decimal): -3390072 or 8930764. OLE color: 8930764.
HSL color Cylindrical-coordinate representation of color #CC4588: hue angle of 330.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4588 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 136 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.2 |
| HSL | 330.22º | 0.57% | 0.54% | - |
| HSV(B) | 330.22º | 0.66% | 0.8% | - |
| XYZ | 31.47 | 18.87 | 25.28 | - |
| YUV | 117 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 136 | 0 | 0.66 | 0.33 | 0.2 | 330.22 | 0.57 | 0.54 |
| Hex | CC | 45 | 88 | 0 | 42 | 21 | 14 | 14A | 39 | 36 |
| Octal | 314 | 105 | 210 | 0 | 102 | 41 | 24 | 512 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10001000 | 0 | 1000010 | 100001 | 10100 | 101001010 | 111001 | 110110 |
Color Harmonies of #CC4588
Complementary color
Monochromatic Colors of #CC4588
Black with #CC4588
Text Example
Text Example
White with #CC4588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4588; }
p { color: rgb(204,69,136); }
H1.HeaderClassName
{
color: #CC4588;
}
.AnyTagClassName
{
color: #CC4588;
}
</style>
background-color css
<style>
a { background-color: #CC4588; }
a { background-color: rgb(204,69,136); }
div.DivClassName
{
background-color: #CC4588;
}
.BgClassName
{
background-color: #CC4588;
}
</style>
border-color css
<style>
span { border-color: #CC4588; }
span { border-color: rgb(204,69,136); }
td.TdClassName
{
border-color: #CC4588;
}
.TagClassName
{
border-color: #CC4588;
}
</style>