Shades of Mulberry #CC559C
Tints of Mulberry #CC559C
RGB
CMYK
RGB Variations
Color information
#CC559C (or 0xCC559C) is known color: Mulberry. HEX triplet: CC, 55 and 9C. RGB value is (204,85,156). Sum of RGB (Red+Green+Blue) = 204+85+156=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC559C is #33AA63. Grayscale: #808080. Windows color (decimal): -3385956 or 10245580. OLE color: 10245580.
HSL color Cylindrical-coordinate representation of color #CC559C: hue angle of 324.2º 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 #CC559C is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 156 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.2 |
| HSL | 324.2º | 0.54% | 0.57% | - |
| HSV(B) | 324.2º | 0.58% | 0.8% | - |
| XYZ | 34.15 | 21.73 | 33.85 | - |
| YUV | 128.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 156 | 0 | 0.58 | 0.24 | 0.2 | 324.2 | 0.54 | 0.57 |
| Hex | CC | 55 | 9C | 0 | 3A | 18 | 14 | 144 | 36 | 39 |
| Octal | 314 | 125 | 234 | 0 | 72 | 30 | 24 | 504 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10011100 | 0 | 111010 | 11000 | 10100 | 101000100 | 110110 | 111001 |
Color Harmonies of #CC559C
Complementary color
Monochromatic Colors of #CC559C
Black with #CC559C
Text Example
Text Example
White with #CC559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC559C; }
p { color: rgb(204,85,156); }
H1.HeaderClassName
{
color: #CC559C;
}
.AnyTagClassName
{
color: #CC559C;
}
</style>
background-color css
<style>
a { background-color: #CC559C; }
a { background-color: rgb(204,85,156); }
div.DivClassName
{
background-color: #CC559C;
}
.BgClassName
{
background-color: #CC559C;
}
</style>
border-color css
<style>
span { border-color: #CC559C; }
span { border-color: rgb(204,85,156); }
td.TdClassName
{
border-color: #CC559C;
}
.TagClassName
{
border-color: #CC559C;
}
</style>