Shades of Mulberry #CC489E
Tints of Mulberry #CC489E
RGB
CMYK
RGB Variations
Color information
#CC489E (or 0xCC489E) is known color: Mulberry. HEX triplet: CC, 48 and 9E. RGB value is (204,72,158). Sum of RGB (Red+Green+Blue) = 204+72+158=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC489E is #33B761. Grayscale: #797979. Windows color (decimal): -3389282 or 10373324. OLE color: 10373324.
HSL color Cylindrical-coordinate representation of color #CC489E: hue angle of 320.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC489E is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 158 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.2 |
| HSL | 320.91º | 0.56% | 0.54% | - |
| HSV(B) | 320.91º | 0.65% | 0.8% | - |
| XYZ | 33.39 | 19.94 | 34.44 | - |
| YUV | 121.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 158 | 0 | 0.65 | 0.23 | 0.2 | 320.91 | 0.56 | 0.54 |
| Hex | CC | 48 | 9E | 0 | 41 | 17 | 14 | 141 | 38 | 36 |
| Octal | 314 | 110 | 236 | 0 | 101 | 27 | 24 | 501 | 70 | 66 |
| Binary | 11001100 | 1001000 | 10011110 | 0 | 1000001 | 10111 | 10100 | 101000001 | 111000 | 110110 |
Color Harmonies of #CC489E
Complementary color
Monochromatic Colors of #CC489E
Black with #CC489E
Text Example
Text Example
White with #CC489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC489E; }
p { color: rgb(204,72,158); }
H1.HeaderClassName
{
color: #CC489E;
}
.AnyTagClassName
{
color: #CC489E;
}
</style>
background-color css
<style>
a { background-color: #CC489E; }
a { background-color: rgb(204,72,158); }
div.DivClassName
{
background-color: #CC489E;
}
.BgClassName
{
background-color: #CC489E;
}
</style>
border-color css
<style>
span { border-color: #CC489E; }
span { border-color: rgb(204,72,158); }
td.TdClassName
{
border-color: #CC489E;
}
.TagClassName
{
border-color: #CC489E;
}
</style>