Shades of Mulberry #CC5491
Tints of Mulberry #CC5491
RGB
CMYK
RGB Variations
Color information
#CC5491 (or 0xCC5491) is known color: Mulberry. HEX triplet: CC, 54 and 91. RGB value is (204,84,145). Sum of RGB (Red+Green+Blue) = 204+84+145=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5491 is #33AB6E. Grayscale: #7E7E7E. Windows color (decimal): -3386223 or 9524428. OLE color: 9524428.
HSL color Cylindrical-coordinate representation of color #CC5491: hue angle of 329.5º 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 #CC5491 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 145 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.2 |
| HSL | 329.5º | 0.54% | 0.56% | - |
| HSV(B) | 329.5º | 0.59% | 0.8% | - |
| XYZ | 33.18 | 21.22 | 29.14 | - |
| YUV | 126.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 145 | 0 | 0.59 | 0.29 | 0.2 | 329.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 91 | 0 | 3B | 1D | 14 | 14A | 36 | 38 |
| Octal | 314 | 124 | 221 | 0 | 73 | 35 | 24 | 512 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10010001 | 0 | 111011 | 11101 | 10100 | 101001010 | 110110 | 111000 |
Color Harmonies of #CC5491
Complementary color
Monochromatic Colors of #CC5491
Black with #CC5491
Text Example
Text Example
White with #CC5491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5491; }
p { color: rgb(204,84,145); }
H1.HeaderClassName
{
color: #CC5491;
}
.AnyTagClassName
{
color: #CC5491;
}
</style>
background-color css
<style>
a { background-color: #CC5491; }
a { background-color: rgb(204,84,145); }
div.DivClassName
{
background-color: #CC5491;
}
.BgClassName
{
background-color: #CC5491;
}
</style>
border-color css
<style>
span { border-color: #CC5491; }
span { border-color: rgb(204,84,145); }
td.TdClassName
{
border-color: #CC5491;
}
.TagClassName
{
border-color: #CC5491;
}
</style>