Shades of Mulberry #CC5389
Tints of Mulberry #CC5389
RGB
CMYK
RGB Variations
Color information
#CC5389 (or 0xCC5389) is known color: Mulberry. HEX triplet: CC, 53 and 89. RGB value is (204,83,137). Sum of RGB (Red+Green+Blue) = 204+83+137=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5389 is #33AC76. Grayscale: #7D7D7D. Windows color (decimal): -3386487 or 8999884. OLE color: 8999884.
HSL color Cylindrical-coordinate representation of color #CC5389: hue angle of 333.22º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5389 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 137 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.2 |
| HSL | 333.22º | 0.54% | 0.56% | - |
| HSV(B) | 333.22º | 0.59% | 0.8% | - |
| XYZ | 32.51 | 20.83 | 25.97 | - |
| YUV | 125.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 137 | 0 | 0.59 | 0.33 | 0.2 | 333.22 | 0.54 | 0.56 |
| Hex | CC | 53 | 89 | 0 | 3B | 21 | 14 | 14D | 36 | 38 |
| Octal | 314 | 123 | 211 | 0 | 73 | 41 | 24 | 515 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10001001 | 0 | 111011 | 100001 | 10100 | 101001101 | 110110 | 111000 |
Color Harmonies of #CC5389
Complementary color
Monochromatic Colors of #CC5389
Black with #CC5389
Text Example
Text Example
White with #CC5389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5389; }
p { color: rgb(204,83,137); }
H1.HeaderClassName
{
color: #CC5389;
}
.AnyTagClassName
{
color: #CC5389;
}
</style>
background-color css
<style>
a { background-color: #CC5389; }
a { background-color: rgb(204,83,137); }
div.DivClassName
{
background-color: #CC5389;
}
.BgClassName
{
background-color: #CC5389;
}
</style>
border-color css
<style>
span { border-color: #CC5389; }
span { border-color: rgb(204,83,137); }
td.TdClassName
{
border-color: #CC5389;
}
.TagClassName
{
border-color: #CC5389;
}
</style>