Shades of Mulberry #CC5594
Tints of Mulberry #CC5594
RGB
CMYK
RGB Variations
Color information
#CC5594 (or 0xCC5594) is known color: Mulberry. HEX triplet: CC, 55 and 94. RGB value is (204,85,148). Sum of RGB (Red+Green+Blue) = 204+85+148=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5594 is #33AA6B. Grayscale: #7F7F7F. Windows color (decimal): -3385964 or 9721292. OLE color: 9721292.
HSL color Cylindrical-coordinate representation of color #CC5594: hue angle of 328.24º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5594 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 148 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.2 |
| HSL | 328.24º | 0.54% | 0.57% | - |
| HSV(B) | 328.24º | 0.58% | 0.8% | - |
| XYZ | 33.5 | 21.47 | 30.4 | - |
| YUV | 127.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 148 | 0 | 0.58 | 0.27 | 0.2 | 328.24 | 0.54 | 0.57 |
| Hex | CC | 55 | 94 | 0 | 3A | 1B | 14 | 148 | 36 | 39 |
| Octal | 314 | 125 | 224 | 0 | 72 | 33 | 24 | 510 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10010100 | 0 | 111010 | 11011 | 10100 | 101001000 | 110110 | 111001 |
Color Harmonies of #CC5594
Complementary color
Monochromatic Colors of #CC5594
Black with #CC5594
Text Example
Text Example
White with #CC5594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5594; }
p { color: rgb(204,85,148); }
H1.HeaderClassName
{
color: #CC5594;
}
.AnyTagClassName
{
color: #CC5594;
}
</style>
background-color css
<style>
a { background-color: #CC5594; }
a { background-color: rgb(204,85,148); }
div.DivClassName
{
background-color: #CC5594;
}
.BgClassName
{
background-color: #CC5594;
}
</style>
border-color css
<style>
span { border-color: #CC5594; }
span { border-color: rgb(204,85,148); }
td.TdClassName
{
border-color: #CC5594;
}
.TagClassName
{
border-color: #CC5594;
}
</style>