Shades of Mulberry #CC5599
Tints of Mulberry #CC5599
RGB
CMYK
RGB Variations
Color information
#CC5599 (or 0xCC5599) is known color: Mulberry. HEX triplet: CC, 55 and 99. RGB value is (204,85,153). Sum of RGB (Red+Green+Blue) = 204+85+153=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5599 is #33AA66. Grayscale: #808080. Windows color (decimal): -3385959 or 10048972. OLE color: 10048972.
HSL color Cylindrical-coordinate representation of color #CC5599: hue angle of 325.71º 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 #CC5599 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 153 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.2 |
| HSL | 325.71º | 0.54% | 0.57% | - |
| HSV(B) | 325.71º | 0.58% | 0.8% | - |
| XYZ | 33.9 | 21.63 | 32.53 | - |
| YUV | 128.33 | 141.92 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 153 | 0 | 0.58 | 0.25 | 0.2 | 325.71 | 0.54 | 0.57 |
| Hex | CC | 55 | 99 | 0 | 3A | 19 | 14 | 146 | 36 | 39 |
| Octal | 314 | 125 | 231 | 0 | 72 | 31 | 24 | 506 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10011001 | 0 | 111010 | 11001 | 10100 | 101000110 | 110110 | 111001 |
Color Harmonies of #CC5599
Complementary color
Monochromatic Colors of #CC5599
Black with #CC5599
Text Example
Text Example
White with #CC5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5599; }
p { color: rgb(204,85,153); }
H1.HeaderClassName
{
color: #CC5599;
}
.AnyTagClassName
{
color: #CC5599;
}
</style>
background-color css
<style>
a { background-color: #CC5599; }
a { background-color: rgb(204,85,153); }
div.DivClassName
{
background-color: #CC5599;
}
.BgClassName
{
background-color: #CC5599;
}
</style>
border-color css
<style>
span { border-color: #CC5599; }
span { border-color: rgb(204,85,153); }
td.TdClassName
{
border-color: #CC5599;
}
.TagClassName
{
border-color: #CC5599;
}
</style>