Shades of Mulberry #CC568B
Tints of Mulberry #CC568B
RGB
CMYK
RGB Variations
Color information
#CC568B (or 0xCC568B) is known color: Mulberry. HEX triplet: CC, 56 and 8B. RGB value is (204,86,139). Sum of RGB (Red+Green+Blue) = 204+86+139=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC568B is #33A974. Grayscale: #7F7F7F. Windows color (decimal): -3385717 or 9131724. OLE color: 9131724.
HSL color Cylindrical-coordinate representation of color #CC568B: hue angle of 333.05º 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 #CC568B is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 139 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.2 |
| HSL | 333.05º | 0.54% | 0.57% | - |
| HSV(B) | 333.05º | 0.58% | 0.8% | - |
| XYZ | 32.89 | 21.36 | 26.81 | - |
| YUV | 127.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 139 | 0 | 0.58 | 0.32 | 0.2 | 333.05 | 0.54 | 0.57 |
| Hex | CC | 56 | 8B | 0 | 3A | 20 | 14 | 14D | 36 | 39 |
| Octal | 314 | 126 | 213 | 0 | 72 | 40 | 24 | 515 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10001011 | 0 | 111010 | 100000 | 10100 | 101001101 | 110110 | 111001 |
Color Harmonies of #CC568B
Complementary color
Monochromatic Colors of #CC568B
Black with #CC568B
Text Example
Text Example
White with #CC568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC568B; }
p { color: rgb(204,86,139); }
H1.HeaderClassName
{
color: #CC568B;
}
.AnyTagClassName
{
color: #CC568B;
}
</style>
background-color css
<style>
a { background-color: #CC568B; }
a { background-color: rgb(204,86,139); }
div.DivClassName
{
background-color: #CC568B;
}
.BgClassName
{
background-color: #CC568B;
}
</style>
border-color css
<style>
span { border-color: #CC568B; }
span { border-color: rgb(204,86,139); }
td.TdClassName
{
border-color: #CC568B;
}
.TagClassName
{
border-color: #CC568B;
}
</style>