Shades of Mulberry #CC559F
Tints of Mulberry #CC559F
RGB
CMYK
RGB Variations
Color information
#CC559F (or 0xCC559F) is known color: Mulberry. HEX triplet: CC, 55 and 9F. RGB value is (204,85,159). Sum of RGB (Red+Green+Blue) = 204+85+159=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC559F is #33AA60. Grayscale: #808080. Windows color (decimal): -3385953 or 10442188. OLE color: 10442188.
HSL color Cylindrical-coordinate representation of color #CC559F: hue angle of 322.69º 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 #CC559F is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 159 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.2 |
| HSL | 322.69º | 0.54% | 0.57% | - |
| HSV(B) | 322.69º | 0.58% | 0.8% | - |
| XYZ | 34.41 | 21.84 | 35.2 | - |
| YUV | 129.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 159 | 0 | 0.58 | 0.22 | 0.2 | 322.69 | 0.54 | 0.57 |
| Hex | CC | 55 | 9F | 0 | 3A | 16 | 14 | 143 | 36 | 39 |
| Octal | 314 | 125 | 237 | 0 | 72 | 26 | 24 | 503 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10011111 | 0 | 111010 | 10110 | 10100 | 101000011 | 110110 | 111001 |
Color Harmonies of #CC559F
Complementary color
Monochromatic Colors of #CC559F
Black with #CC559F
Text Example
Text Example
White with #CC559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC559F; }
p { color: rgb(204,85,159); }
H1.HeaderClassName
{
color: #CC559F;
}
.AnyTagClassName
{
color: #CC559F;
}
</style>
background-color css
<style>
a { background-color: #CC559F; }
a { background-color: rgb(204,85,159); }
div.DivClassName
{
background-color: #CC559F;
}
.BgClassName
{
background-color: #CC559F;
}
</style>
border-color css
<style>
span { border-color: #CC559F; }
span { border-color: rgb(204,85,159); }
td.TdClassName
{
border-color: #CC559F;
}
.TagClassName
{
border-color: #CC559F;
}
</style>