Shades of Mulberry #CC5494
Tints of Mulberry #CC5494
RGB
CMYK
RGB Variations
Color information
#CC5494 (or 0xCC5494) is known color: Mulberry. HEX triplet: CC, 54 and 94. RGB value is (204,84,148). Sum of RGB (Red+Green+Blue) = 204+84+148=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5494 is #33AB6B. Grayscale: #7F7F7F. Windows color (decimal): -3386220 or 9721036. OLE color: 9721036.
HSL color Cylindrical-coordinate representation of color #CC5494: hue angle of 328º 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 #CC5494 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 148 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.2 |
| HSL | 328º | 0.54% | 0.56% | - |
| HSV(B) | 328º | 0.59% | 0.8% | - |
| XYZ | 33.42 | 21.32 | 30.37 | - |
| YUV | 127.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 148 | 0 | 0.59 | 0.27 | 0.2 | 328 | 0.54 | 0.56 |
| Hex | CC | 54 | 94 | 0 | 3B | 1B | 14 | 148 | 36 | 38 |
| Octal | 314 | 124 | 224 | 0 | 73 | 33 | 24 | 510 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10010100 | 0 | 111011 | 11011 | 10100 | 101001000 | 110110 | 111000 |
Color Harmonies of #CC5494
Complementary color
Monochromatic Colors of #CC5494
Black with #CC5494
Text Example
Text Example
White with #CC5494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5494; }
p { color: rgb(204,84,148); }
H1.HeaderClassName
{
color: #CC5494;
}
.AnyTagClassName
{
color: #CC5494;
}
</style>
background-color css
<style>
a { background-color: #CC5494; }
a { background-color: rgb(204,84,148); }
div.DivClassName
{
background-color: #CC5494;
}
.BgClassName
{
background-color: #CC5494;
}
</style>
border-color css
<style>
span { border-color: #CC5494; }
span { border-color: rgb(204,84,148); }
td.TdClassName
{
border-color: #CC5494;
}
.TagClassName
{
border-color: #CC5494;
}
</style>