Shades of Mulberry #CC539E
Tints of Mulberry #CC539E
RGB
CMYK
RGB Variations
Color information
#CC539E (or 0xCC539E) is known color: Mulberry. HEX triplet: CC, 53 and 9E. RGB value is (204,83,158). Sum of RGB (Red+Green+Blue) = 204+83+158=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC539E is #33AC61. Grayscale: #7F7F7F. Windows color (decimal): -3386466 or 10376140. OLE color: 10376140.
HSL color Cylindrical-coordinate representation of color #CC539E: hue angle of 322.81º 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 #CC539E is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 158 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.2 |
| HSL | 322.81º | 0.54% | 0.56% | - |
| HSV(B) | 322.81º | 0.59% | 0.8% | - |
| XYZ | 34.17 | 21.49 | 34.7 | - |
| YUV | 127.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 158 | 0 | 0.59 | 0.23 | 0.2 | 322.81 | 0.54 | 0.56 |
| Hex | CC | 53 | 9E | 0 | 3B | 17 | 14 | 143 | 36 | 38 |
| Octal | 314 | 123 | 236 | 0 | 73 | 27 | 24 | 503 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10011110 | 0 | 111011 | 10111 | 10100 | 101000011 | 110110 | 111000 |
Color Harmonies of #CC539E
Complementary color
Monochromatic Colors of #CC539E
Black with #CC539E
Text Example
Text Example
White with #CC539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC539E; }
p { color: rgb(204,83,158); }
H1.HeaderClassName
{
color: #CC539E;
}
.AnyTagClassName
{
color: #CC539E;
}
</style>
background-color css
<style>
a { background-color: #CC539E; }
a { background-color: rgb(204,83,158); }
div.DivClassName
{
background-color: #CC539E;
}
.BgClassName
{
background-color: #CC539E;
}
</style>
border-color css
<style>
span { border-color: #CC539E; }
span { border-color: rgb(204,83,158); }
td.TdClassName
{
border-color: #CC539E;
}
.TagClassName
{
border-color: #CC539E;
}
</style>