Shades of Mulberry #CC5B9E
Tints of Mulberry #CC5B9E
RGB
CMYK
RGB Variations
Color information
#CC5B9E (or 0xCC5B9E) is known color: Mulberry. HEX triplet: CC, 5B and 9E. RGB value is (204,91,158). Sum of RGB (Red+Green+Blue) = 204+91+158=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5B9E is #33A461. Grayscale: #848484. Windows color (decimal): -3384418 or 10378188. OLE color: 10378188.
HSL color Cylindrical-coordinate representation of color #CC5B9E: hue angle of 324.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5B9E is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 158 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.2 |
| HSL | 324.42º | 0.53% | 0.58% | - |
| HSV(B) | 324.42º | 0.55% | 0.8% | - |
| XYZ | 34.81 | 22.79 | 34.91 | - |
| YUV | 132.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 158 | 0 | 0.55 | 0.23 | 0.2 | 324.42 | 0.53 | 0.58 |
| Hex | CC | 5B | 9E | 0 | 37 | 17 | 14 | 144 | 35 | 3A |
| Octal | 314 | 133 | 236 | 0 | 67 | 27 | 24 | 504 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10011110 | 0 | 110111 | 10111 | 10100 | 101000100 | 110101 | 111010 |
Color Harmonies of #CC5B9E
Complementary color
Monochromatic Colors of #CC5B9E
Black with #CC5B9E
Text Example
Text Example
White with #CC5B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B9E; }
p { color: rgb(204,91,158); }
H1.HeaderClassName
{
color: #CC5B9E;
}
.AnyTagClassName
{
color: #CC5B9E;
}
</style>
background-color css
<style>
a { background-color: #CC5B9E; }
a { background-color: rgb(204,91,158); }
div.DivClassName
{
background-color: #CC5B9E;
}
.BgClassName
{
background-color: #CC5B9E;
}
</style>
border-color css
<style>
span { border-color: #CC5B9E; }
span { border-color: rgb(204,91,158); }
td.TdClassName
{
border-color: #CC5B9E;
}
.TagClassName
{
border-color: #CC5B9E;
}
</style>