Shades of Mulberry #CC539B
Tints of Mulberry #CC539B
RGB
CMYK
RGB Variations
Color information
#CC539B (or 0xCC539B) is known color: Mulberry. HEX triplet: CC, 53 and 9B. RGB value is (204,83,155). Sum of RGB (Red+Green+Blue) = 204+83+155=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC539B is #33AC64. Grayscale: #7F7F7F. Windows color (decimal): -3386469 or 10179532. OLE color: 10179532.
HSL color Cylindrical-coordinate representation of color #CC539B: hue angle of 324.3º 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 #CC539B is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 155 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.2 |
| HSL | 324.3º | 0.54% | 0.56% | - |
| HSV(B) | 324.3º | 0.59% | 0.8% | - |
| XYZ | 33.91 | 21.39 | 33.35 | - |
| YUV | 127.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 155 | 0 | 0.59 | 0.24 | 0.2 | 324.3 | 0.54 | 0.56 |
| Hex | CC | 53 | 9B | 0 | 3B | 18 | 14 | 144 | 36 | 38 |
| Octal | 314 | 123 | 233 | 0 | 73 | 30 | 24 | 504 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10011011 | 0 | 111011 | 11000 | 10100 | 101000100 | 110110 | 111000 |
Color Harmonies of #CC539B
Complementary color
Monochromatic Colors of #CC539B
Black with #CC539B
Text Example
Text Example
White with #CC539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC539B; }
p { color: rgb(204,83,155); }
H1.HeaderClassName
{
color: #CC539B;
}
.AnyTagClassName
{
color: #CC539B;
}
</style>
background-color css
<style>
a { background-color: #CC539B; }
a { background-color: rgb(204,83,155); }
div.DivClassName
{
background-color: #CC539B;
}
.BgClassName
{
background-color: #CC539B;
}
</style>
border-color css
<style>
span { border-color: #CC539B; }
span { border-color: rgb(204,83,155); }
td.TdClassName
{
border-color: #CC539B;
}
.TagClassName
{
border-color: #CC539B;
}
</style>