Shades of Mulberry #CC4088
Tints of Mulberry #CC4088
RGB
CMYK
RGB Variations
Color information
#CC4088 (or 0xCC4088) is known color: Mulberry. HEX triplet: CC, 40 and 88. RGB value is (204,64,136). Sum of RGB (Red+Green+Blue) = 204+64+136=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4088 is #33BF77. Grayscale: #717171. Windows color (decimal): -3391352 or 8929484. OLE color: 8929484.
HSL color Cylindrical-coordinate representation of color #CC4088: hue angle of 329.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4088 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 136 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.2 |
| HSL | 329.14º | 0.58% | 0.53% | - |
| HSV(B) | 329.14º | 0.69% | 0.8% | - |
| XYZ | 31.18 | 18.28 | 25.18 | - |
| YUV | 114.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 136 | 0 | 0.69 | 0.33 | 0.2 | 329.14 | 0.58 | 0.53 |
| Hex | CC | 40 | 88 | 0 | 45 | 21 | 14 | 149 | 3A | 35 |
| Octal | 314 | 100 | 210 | 0 | 105 | 41 | 24 | 511 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10001000 | 0 | 1000101 | 100001 | 10100 | 101001001 | 111010 | 110101 |
Color Harmonies of #CC4088
Complementary color
Monochromatic Colors of #CC4088
Black with #CC4088
Text Example
Text Example
White with #CC4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4088; }
p { color: rgb(204,64,136); }
H1.HeaderClassName
{
color: #CC4088;
}
.AnyTagClassName
{
color: #CC4088;
}
</style>
background-color css
<style>
a { background-color: #CC4088; }
a { background-color: rgb(204,64,136); }
div.DivClassName
{
background-color: #CC4088;
}
.BgClassName
{
background-color: #CC4088;
}
</style>
border-color css
<style>
span { border-color: #CC4088; }
span { border-color: rgb(204,64,136); }
td.TdClassName
{
border-color: #CC4088;
}
.TagClassName
{
border-color: #CC4088;
}
</style>