Shades of Mulberry #CC588D
Tints of Mulberry #CC588D
RGB
CMYK
RGB Variations
Color information
#CC588D (or 0xCC588D) is known color: Mulberry. HEX triplet: CC, 58 and 8D. RGB value is (204,88,141). Sum of RGB (Red+Green+Blue) = 204+88+141=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC588D is #33A772. Grayscale: #808080. Windows color (decimal): -3385203 or 9263308. OLE color: 9263308.
HSL color Cylindrical-coordinate representation of color #CC588D: hue angle of 332.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC588D is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 141 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.2 |
| HSL | 332.59º | 0.53% | 0.57% | - |
| HSV(B) | 332.59º | 0.57% | 0.8% | - |
| XYZ | 33.2 | 21.74 | 27.65 | - |
| YUV | 128.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 141 | 0 | 0.57 | 0.31 | 0.2 | 332.59 | 0.53 | 0.57 |
| Hex | CC | 58 | 8D | 0 | 39 | 1F | 14 | 14D | 35 | 39 |
| Octal | 314 | 130 | 215 | 0 | 71 | 37 | 24 | 515 | 65 | 71 |
| Binary | 11001100 | 1011000 | 10001101 | 0 | 111001 | 11111 | 10100 | 101001101 | 110101 | 111001 |
Color Harmonies of #CC588D
Complementary color
Monochromatic Colors of #CC588D
Black with #CC588D
Text Example
Text Example
White with #CC588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC588D; }
p { color: rgb(204,88,141); }
H1.HeaderClassName
{
color: #CC588D;
}
.AnyTagClassName
{
color: #CC588D;
}
</style>
background-color css
<style>
a { background-color: #CC588D; }
a { background-color: rgb(204,88,141); }
div.DivClassName
{
background-color: #CC588D;
}
.BgClassName
{
background-color: #CC588D;
}
</style>
border-color css
<style>
span { border-color: #CC588D; }
span { border-color: rgb(204,88,141); }
td.TdClassName
{
border-color: #CC588D;
}
.TagClassName
{
border-color: #CC588D;
}
</style>