Shades of Mulberry #CC5593
Tints of Mulberry #CC5593
RGB
CMYK
RGB Variations
Color information
#CC5593 (or 0xCC5593) is known color: Mulberry. HEX triplet: CC, 55 and 93. RGB value is (204,85,147). Sum of RGB (Red+Green+Blue) = 204+85+147=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5593 is #33AA6C. Grayscale: #7F7F7F. Windows color (decimal): -3385965 or 9655756. OLE color: 9655756.
HSL color Cylindrical-coordinate representation of color #CC5593: hue angle of 328.74º 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 #CC5593 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 147 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.2 |
| HSL | 328.74º | 0.54% | 0.57% | - |
| HSV(B) | 328.74º | 0.58% | 0.8% | - |
| XYZ | 33.42 | 21.44 | 29.98 | - |
| YUV | 127.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 147 | 0 | 0.58 | 0.28 | 0.2 | 328.74 | 0.54 | 0.57 |
| Hex | CC | 55 | 93 | 0 | 3A | 1C | 14 | 149 | 36 | 39 |
| Octal | 314 | 125 | 223 | 0 | 72 | 34 | 24 | 511 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10010011 | 0 | 111010 | 11100 | 10100 | 101001001 | 110110 | 111001 |
Color Harmonies of #CC5593
Complementary color
Monochromatic Colors of #CC5593
Black with #CC5593
Text Example
Text Example
White with #CC5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5593; }
p { color: rgb(204,85,147); }
H1.HeaderClassName
{
color: #CC5593;
}
.AnyTagClassName
{
color: #CC5593;
}
</style>
background-color css
<style>
a { background-color: #CC5593; }
a { background-color: rgb(204,85,147); }
div.DivClassName
{
background-color: #CC5593;
}
.BgClassName
{
background-color: #CC5593;
}
</style>
border-color css
<style>
span { border-color: #CC5593; }
span { border-color: rgb(204,85,147); }
td.TdClassName
{
border-color: #CC5593;
}
.TagClassName
{
border-color: #CC5593;
}
</style>