Shades of Mulberry #CC5399
Tints of Mulberry #CC5399
RGB
CMYK
RGB Variations
Color information
#CC5399 (or 0xCC5399) is known color: Mulberry. HEX triplet: CC, 53 and 99. RGB value is (204,83,153). Sum of RGB (Red+Green+Blue) = 204+83+153=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5399 is #33AC66. Grayscale: #7E7E7E. Windows color (decimal): -3386471 or 10048460. OLE color: 10048460.
HSL color Cylindrical-coordinate representation of color #CC5399: hue angle of 325.29º 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 #CC5399 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 153 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.2 |
| HSL | 325.29º | 0.54% | 0.56% | - |
| HSV(B) | 325.29º | 0.59% | 0.8% | - |
| XYZ | 33.74 | 21.32 | 32.47 | - |
| YUV | 127.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 153 | 0 | 0.59 | 0.25 | 0.2 | 325.29 | 0.54 | 0.56 |
| Hex | CC | 53 | 99 | 0 | 3B | 19 | 14 | 145 | 36 | 38 |
| Octal | 314 | 123 | 231 | 0 | 73 | 31 | 24 | 505 | 66 | 70 |
| Binary | 11001100 | 1010011 | 10011001 | 0 | 111011 | 11001 | 10100 | 101000101 | 110110 | 111000 |
Color Harmonies of #CC5399
Complementary color
Monochromatic Colors of #CC5399
Black with #CC5399
Text Example
Text Example
White with #CC5399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5399; }
p { color: rgb(204,83,153); }
H1.HeaderClassName
{
color: #CC5399;
}
.AnyTagClassName
{
color: #CC5399;
}
</style>
background-color css
<style>
a { background-color: #CC5399; }
a { background-color: rgb(204,83,153); }
div.DivClassName
{
background-color: #CC5399;
}
.BgClassName
{
background-color: #CC5399;
}
</style>
border-color css
<style>
span { border-color: #CC5399; }
span { border-color: rgb(204,83,153); }
td.TdClassName
{
border-color: #CC5399;
}
.TagClassName
{
border-color: #CC5399;
}
</style>