Shades of Mulberry #CC499C
Tints of Mulberry #CC499C
RGB
CMYK
RGB Variations
Color information
#CC499C (or 0xCC499C) is known color: Mulberry. HEX triplet: CC, 49 and 9C. RGB value is (204,73,156). Sum of RGB (Red+Green+Blue) = 204+73+156=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC499C is #33B663. Grayscale: #797979. Windows color (decimal): -3389028 or 10242508. OLE color: 10242508.
HSL color Cylindrical-coordinate representation of color #CC499C: hue angle of 321.98º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC499C is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 156 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.2 |
| HSL | 321.98º | 0.56% | 0.54% | - |
| HSV(B) | 321.98º | 0.64% | 0.8% | - |
| XYZ | 33.29 | 20 | 33.56 | - |
| YUV | 121.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 156 | 0 | 0.64 | 0.24 | 0.2 | 321.98 | 0.56 | 0.54 |
| Hex | CC | 49 | 9C | 0 | 40 | 18 | 14 | 142 | 38 | 36 |
| Octal | 314 | 111 | 234 | 0 | 100 | 30 | 24 | 502 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10011100 | 0 | 1000000 | 11000 | 10100 | 101000010 | 111000 | 110110 |
Color Harmonies of #CC499C
Complementary color
Monochromatic Colors of #CC499C
Black with #CC499C
Text Example
Text Example
White with #CC499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC499C; }
p { color: rgb(204,73,156); }
H1.HeaderClassName
{
color: #CC499C;
}
.AnyTagClassName
{
color: #CC499C;
}
</style>
background-color css
<style>
a { background-color: #CC499C; }
a { background-color: rgb(204,73,156); }
div.DivClassName
{
background-color: #CC499C;
}
.BgClassName
{
background-color: #CC499C;
}
</style>
border-color css
<style>
span { border-color: #CC499C; }
span { border-color: rgb(204,73,156); }
td.TdClassName
{
border-color: #CC499C;
}
.TagClassName
{
border-color: #CC499C;
}
</style>