Shades of Mulberry #CC5584
Tints of Mulberry #CC5584
RGB
CMYK
RGB Variations
Color information
#CC5584 (or 0xCC5584) is known color: Mulberry. HEX triplet: CC, 55 and 84. RGB value is (204,85,132). Sum of RGB (Red+Green+Blue) = 204+85+132=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5584 is #33AA7B. Grayscale: #7D7D7D. Windows color (decimal): -3385980 or 8672716. OLE color: 8672716.
HSL color Cylindrical-coordinate representation of color #CC5584: hue angle of 336.3º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5584 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 132 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.2 |
| HSL | 336.3º | 0.54% | 0.57% | - |
| HSV(B) | 336.3º | 0.58% | 0.8% | - |
| XYZ | 32.32 | 21 | 24.18 | - |
| YUV | 125.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 132 | 0 | 0.58 | 0.35 | 0.2 | 336.3 | 0.54 | 0.57 |
| Hex | CC | 55 | 84 | 0 | 3A | 23 | 14 | 150 | 36 | 39 |
| Octal | 314 | 125 | 204 | 0 | 72 | 43 | 24 | 520 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10000100 | 0 | 111010 | 100011 | 10100 | 101010000 | 110110 | 111001 |
Color Harmonies of #CC5584
Complementary color
Monochromatic Colors of #CC5584
Black with #CC5584
Text Example
Text Example
White with #CC5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5584; }
p { color: rgb(204,85,132); }
H1.HeaderClassName
{
color: #CC5584;
}
.AnyTagClassName
{
color: #CC5584;
}
</style>
background-color css
<style>
a { background-color: #CC5584; }
a { background-color: rgb(204,85,132); }
div.DivClassName
{
background-color: #CC5584;
}
.BgClassName
{
background-color: #CC5584;
}
</style>
border-color css
<style>
span { border-color: #CC5584; }
span { border-color: rgb(204,85,132); }
td.TdClassName
{
border-color: #CC5584;
}
.TagClassName
{
border-color: #CC5584;
}
</style>