Shades of Mulberry #CC539A
Tints of Mulberry #CC539A
RGB
CMYK
RGB Variations
Color information
#CC539A (or 0xCC539A) is known color: Mulberry. HEX triplet: CC, 53 and 9A. RGB value is (204,83,154). Sum of RGB (Red+Green+Blue) = 204+83+154=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC539A is #33AC65. Grayscale: #7F7F7F. Windows color (decimal): -3386470 or 10113996. OLE color: 10113996.
HSL color Cylindrical-coordinate representation of color #CC539A: hue angle of 324.79º 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 #CC539A is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 154 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.2 |
| HSL | 324.79º | 0.54% | 0.56% | - |
| HSV(B) | 324.79º | 0.59% | 0.8% | - |
| XYZ | 33.83 | 21.36 | 32.91 | - |
| YUV | 127.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 154 | 0 | 0.59 | 0.25 | 0.2 | 324.79 | 0.54 | 0.56 |
| Hex | CC | 53 | 9A | 0 | 3B | 19 | 14 | 145 | 36 | 38 |
| Octal | 314 | 123 | 232 | 0 | 73 | 31 | 24 | 505 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10011010 | 0 | 111011 | 11001 | 10100 | 101000101 | 110110 | 111000 |
Color Harmonies of #CC539A
Complementary color
Monochromatic Colors of #CC539A
Black with #CC539A
Text Example
Text Example
White with #CC539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC539A; }
p { color: rgb(204,83,154); }
H1.HeaderClassName
{
color: #CC539A;
}
.AnyTagClassName
{
color: #CC539A;
}
</style>
background-color css
<style>
a { background-color: #CC539A; }
a { background-color: rgb(204,83,154); }
div.DivClassName
{
background-color: #CC539A;
}
.BgClassName
{
background-color: #CC539A;
}
</style>
border-color css
<style>
span { border-color: #CC539A; }
span { border-color: rgb(204,83,154); }
td.TdClassName
{
border-color: #CC539A;
}
.TagClassName
{
border-color: #CC539A;
}
</style>