Shades of Mulberry #CC5388
Tints of Mulberry #CC5388
RGB
CMYK
RGB Variations
Color information
#CC5388 (or 0xCC5388) is known color: Mulberry. HEX triplet: CC, 53 and 88. RGB value is (204,83,136). Sum of RGB (Red+Green+Blue) = 204+83+136=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5388 is #33AC77. Grayscale: #7D7D7D. Windows color (decimal): -3386488 or 8934348. OLE color: 8934348.
HSL color Cylindrical-coordinate representation of color #CC5388: hue angle of 333.72º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5388 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 136 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.2 |
| HSL | 333.72º | 0.54% | 0.56% | - |
| HSV(B) | 333.72º | 0.59% | 0.8% | - |
| XYZ | 32.44 | 20.8 | 25.6 | - |
| YUV | 125.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 136 | 0 | 0.59 | 0.33 | 0.2 | 333.72 | 0.54 | 0.56 |
| Hex | CC | 53 | 88 | 0 | 3B | 21 | 14 | 14E | 36 | 38 |
| Octal | 314 | 123 | 210 | 0 | 73 | 41 | 24 | 516 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10001000 | 0 | 111011 | 100001 | 10100 | 101001110 | 110110 | 111000 |
Color Harmonies of #CC5388
Complementary color
Monochromatic Colors of #CC5388
Black with #CC5388
Text Example
Text Example
White with #CC5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5388; }
p { color: rgb(204,83,136); }
H1.HeaderClassName
{
color: #CC5388;
}
.AnyTagClassName
{
color: #CC5388;
}
</style>
background-color css
<style>
a { background-color: #CC5388; }
a { background-color: rgb(204,83,136); }
div.DivClassName
{
background-color: #CC5388;
}
.BgClassName
{
background-color: #CC5388;
}
</style>
border-color css
<style>
span { border-color: #CC5388; }
span { border-color: rgb(204,83,136); }
td.TdClassName
{
border-color: #CC5388;
}
.TagClassName
{
border-color: #CC5388;
}
</style>