Shades of Mulberry #CC5992
Tints of Mulberry #CC5992
RGB
CMYK
RGB Variations
Color information
#CC5992 (or 0xCC5992) is known color: Mulberry. HEX triplet: CC, 59 and 92. RGB value is (204,89,146). Sum of RGB (Red+Green+Blue) = 204+89+146=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5992 is #33A66D. Grayscale: #818181. Windows color (decimal): -3384942 or 9591244. OLE color: 9591244.
HSL color Cylindrical-coordinate representation of color #CC5992: hue angle of 330.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5992 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 146 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.2 |
| HSL | 330.26º | 0.53% | 0.57% | - |
| HSV(B) | 330.26º | 0.56% | 0.8% | - |
| XYZ | 33.66 | 22.06 | 29.68 | - |
| YUV | 129.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 146 | 0 | 0.56 | 0.28 | 0.2 | 330.26 | 0.53 | 0.57 |
| Hex | CC | 59 | 92 | 0 | 38 | 1C | 14 | 14A | 35 | 39 |
| Octal | 314 | 131 | 222 | 0 | 70 | 34 | 24 | 512 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10010010 | 0 | 111000 | 11100 | 10100 | 101001010 | 110101 | 111001 |
Color Harmonies of #CC5992
Complementary color
Monochromatic Colors of #CC5992
Black with #CC5992
Text Example
Text Example
White with #CC5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5992; }
p { color: rgb(204,89,146); }
H1.HeaderClassName
{
color: #CC5992;
}
.AnyTagClassName
{
color: #CC5992;
}
</style>
background-color css
<style>
a { background-color: #CC5992; }
a { background-color: rgb(204,89,146); }
div.DivClassName
{
background-color: #CC5992;
}
.BgClassName
{
background-color: #CC5992;
}
</style>
border-color css
<style>
span { border-color: #CC5992; }
span { border-color: rgb(204,89,146); }
td.TdClassName
{
border-color: #CC5992;
}
.TagClassName
{
border-color: #CC5992;
}
</style>