Shades of Mulberry #CC589E
Tints of Mulberry #CC589E
RGB
CMYK
RGB Variations
Color information
#CC589E (or 0xCC589E) is known color: Mulberry. HEX triplet: CC, 58 and 9E. RGB value is (204,88,158). Sum of RGB (Red+Green+Blue) = 204+88+158=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC589E is #33A761. Grayscale: #828282. Windows color (decimal): -3385186 or 10377420. OLE color: 10377420.
HSL color Cylindrical-coordinate representation of color #CC589E: hue angle of 323.79º 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 #CC589E is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 158 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.2 |
| HSL | 323.79º | 0.53% | 0.57% | - |
| HSV(B) | 323.79º | 0.57% | 0.8% | - |
| XYZ | 34.56 | 22.29 | 34.83 | - |
| YUV | 130.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 158 | 0 | 0.57 | 0.23 | 0.2 | 323.79 | 0.53 | 0.57 |
| Hex | CC | 58 | 9E | 0 | 39 | 17 | 14 | 144 | 35 | 39 |
| Octal | 314 | 130 | 236 | 0 | 71 | 27 | 24 | 504 | 65 | 71 |
| Binary | 11001100 | 1011000 | 10011110 | 0 | 111001 | 10111 | 10100 | 101000100 | 110101 | 111001 |
Color Harmonies of #CC589E
Complementary color
Monochromatic Colors of #CC589E
Black with #CC589E
Text Example
Text Example
White with #CC589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC589E; }
p { color: rgb(204,88,158); }
H1.HeaderClassName
{
color: #CC589E;
}
.AnyTagClassName
{
color: #CC589E;
}
</style>
background-color css
<style>
a { background-color: #CC589E; }
a { background-color: rgb(204,88,158); }
div.DivClassName
{
background-color: #CC589E;
}
.BgClassName
{
background-color: #CC589E;
}
</style>
border-color css
<style>
span { border-color: #CC589E; }
span { border-color: rgb(204,88,158); }
td.TdClassName
{
border-color: #CC589E;
}
.TagClassName
{
border-color: #CC589E;
}
</style>