Shades of Mulberry #CC568F
Tints of Mulberry #CC568F
RGB
CMYK
RGB Variations
Color information
#CC568F (or 0xCC568F) is known color: Mulberry. HEX triplet: CC, 56 and 8F. RGB value is (204,86,143). Sum of RGB (Red+Green+Blue) = 204+86+143=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC568F is #33A970. Grayscale: #7F7F7F. Windows color (decimal): -3385713 or 9393868. OLE color: 9393868.
HSL color Cylindrical-coordinate representation of color #CC568F: hue angle of 331.02º 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 #CC568F is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 143 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.2 |
| HSL | 331.02º | 0.54% | 0.57% | - |
| HSV(B) | 331.02º | 0.58% | 0.8% | - |
| XYZ | 33.19 | 21.48 | 28.38 | - |
| YUV | 127.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 143 | 0 | 0.58 | 0.30 | 0.2 | 331.02 | 0.54 | 0.57 |
| Hex | CC | 56 | 8F | 0 | 3A | 1E | 14 | 14B | 36 | 39 |
| Octal | 314 | 126 | 217 | 0 | 72 | 36 | 24 | 513 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10001111 | 0 | 111010 | 11110 | 10100 | 101001011 | 110110 | 111001 |
Color Harmonies of #CC568F
Complementary color
Monochromatic Colors of #CC568F
Black with #CC568F
Text Example
Text Example
White with #CC568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC568F; }
p { color: rgb(204,86,143); }
H1.HeaderClassName
{
color: #CC568F;
}
.AnyTagClassName
{
color: #CC568F;
}
</style>
background-color css
<style>
a { background-color: #CC568F; }
a { background-color: rgb(204,86,143); }
div.DivClassName
{
background-color: #CC568F;
}
.BgClassName
{
background-color: #CC568F;
}
</style>
border-color css
<style>
span { border-color: #CC568F; }
span { border-color: rgb(204,86,143); }
td.TdClassName
{
border-color: #CC568F;
}
.TagClassName
{
border-color: #CC568F;
}
</style>