Shades of Mulberry #CC558B
Tints of Mulberry #CC558B
RGB
CMYK
RGB Variations
Color information
#CC558B (or 0xCC558B) is known color: Mulberry. HEX triplet: CC, 55 and 8B. RGB value is (204,85,139). Sum of RGB (Red+Green+Blue) = 204+85+139=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC558B is #33AA74. Grayscale: #7E7E7E. Windows color (decimal): -3385973 or 9131468. OLE color: 9131468.
HSL color Cylindrical-coordinate representation of color #CC558B: hue angle of 332.77º 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 #CC558B is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 139 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.2 |
| HSL | 332.77º | 0.54% | 0.57% | - |
| HSV(B) | 332.77º | 0.58% | 0.8% | - |
| XYZ | 32.81 | 21.2 | 26.79 | - |
| YUV | 126.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 139 | 0 | 0.58 | 0.32 | 0.2 | 332.77 | 0.54 | 0.57 |
| Hex | CC | 55 | 8B | 0 | 3A | 20 | 14 | 14D | 36 | 39 |
| Octal | 314 | 125 | 213 | 0 | 72 | 40 | 24 | 515 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10001011 | 0 | 111010 | 100000 | 10100 | 101001101 | 110110 | 111001 |
Color Harmonies of #CC558B
Complementary color
Monochromatic Colors of #CC558B
Black with #CC558B
Text Example
Text Example
White with #CC558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC558B; }
p { color: rgb(204,85,139); }
H1.HeaderClassName
{
color: #CC558B;
}
.AnyTagClassName
{
color: #CC558B;
}
</style>
background-color css
<style>
a { background-color: #CC558B; }
a { background-color: rgb(204,85,139); }
div.DivClassName
{
background-color: #CC558B;
}
.BgClassName
{
background-color: #CC558B;
}
</style>
border-color css
<style>
span { border-color: #CC558B; }
span { border-color: rgb(204,85,139); }
td.TdClassName
{
border-color: #CC558B;
}
.TagClassName
{
border-color: #CC558B;
}
</style>