Shades of Mulberry #CC558F
Tints of Mulberry #CC558F
RGB
CMYK
RGB Variations
Color information
#CC558F (or 0xCC558F) is known color: Mulberry. HEX triplet: CC, 55 and 8F. RGB value is (204,85,143). Sum of RGB (Red+Green+Blue) = 204+85+143=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC558F is #33AA70. Grayscale: #7F7F7F. Windows color (decimal): -3385969 or 9393612. OLE color: 9393612.
HSL color Cylindrical-coordinate representation of color #CC558F: hue angle of 330.76º 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 #CC558F is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 143 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.2 |
| HSL | 330.76º | 0.54% | 0.57% | - |
| HSV(B) | 330.76º | 0.58% | 0.8% | - |
| XYZ | 33.11 | 21.32 | 28.36 | - |
| YUV | 127.19 | 136.92 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 143 | 0 | 0.58 | 0.30 | 0.2 | 330.76 | 0.54 | 0.57 |
| Hex | CC | 55 | 8F | 0 | 3A | 1E | 14 | 14B | 36 | 39 |
| Octal | 314 | 125 | 217 | 0 | 72 | 36 | 24 | 513 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10001111 | 0 | 111010 | 11110 | 10100 | 101001011 | 110110 | 111001 |
Color Harmonies of #CC558F
Complementary color
Monochromatic Colors of #CC558F
Black with #CC558F
Text Example
Text Example
White with #CC558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC558F; }
p { color: rgb(204,85,143); }
H1.HeaderClassName
{
color: #CC558F;
}
.AnyTagClassName
{
color: #CC558F;
}
</style>
background-color css
<style>
a { background-color: #CC558F; }
a { background-color: rgb(204,85,143); }
div.DivClassName
{
background-color: #CC558F;
}
.BgClassName
{
background-color: #CC558F;
}
</style>
border-color css
<style>
span { border-color: #CC558F; }
span { border-color: rgb(204,85,143); }
td.TdClassName
{
border-color: #CC558F;
}
.TagClassName
{
border-color: #CC558F;
}
</style>