Shades of Mulberry #CC568E
Tints of Mulberry #CC568E
RGB
CMYK
RGB Variations
Color information
#CC568E (or 0xCC568E) is known color: Mulberry. HEX triplet: CC, 56 and 8E. RGB value is (204,86,142). Sum of RGB (Red+Green+Blue) = 204+86+142=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC568E is #33A971. Grayscale: #7F7F7F. Windows color (decimal): -3385714 or 9328332. OLE color: 9328332.
HSL color Cylindrical-coordinate representation of color #CC568E: hue angle of 331.53º 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 #CC568E is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 142 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.2 |
| HSL | 331.53º | 0.54% | 0.57% | - |
| HSV(B) | 331.53º | 0.58% | 0.8% | - |
| XYZ | 33.11 | 21.45 | 27.99 | - |
| YUV | 127.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 142 | 0 | 0.58 | 0.30 | 0.2 | 331.53 | 0.54 | 0.57 |
| Hex | CC | 56 | 8E | 0 | 3A | 1E | 14 | 14C | 36 | 39 |
| Octal | 314 | 126 | 216 | 0 | 72 | 36 | 24 | 514 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10001110 | 0 | 111010 | 11110 | 10100 | 101001100 | 110110 | 111001 |
Color Harmonies of #CC568E
Complementary color
Monochromatic Colors of #CC568E
Black with #CC568E
Text Example
Text Example
White with #CC568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC568E; }
p { color: rgb(204,86,142); }
H1.HeaderClassName
{
color: #CC568E;
}
.AnyTagClassName
{
color: #CC568E;
}
</style>
background-color css
<style>
a { background-color: #CC568E; }
a { background-color: rgb(204,86,142); }
div.DivClassName
{
background-color: #CC568E;
}
.BgClassName
{
background-color: #CC568E;
}
</style>
border-color css
<style>
span { border-color: #CC568E; }
span { border-color: rgb(204,86,142); }
td.TdClassName
{
border-color: #CC568E;
}
.TagClassName
{
border-color: #CC568E;
}
</style>