Shades of Mulberry #CC549B
Tints of Mulberry #CC549B
RGB
CMYK
RGB Variations
Color information
#CC549B (or 0xCC549B) is known color: Mulberry. HEX triplet: CC, 54 and 9B. RGB value is (204,84,155). Sum of RGB (Red+Green+Blue) = 204+84+155=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC549B is #33AB64. Grayscale: #7F7F7F. Windows color (decimal): -3386213 or 10179788. OLE color: 10179788.
HSL color Cylindrical-coordinate representation of color #CC549B: hue angle of 324.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 #CC549B is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 155 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.2 |
| HSL | 324.5º | 0.54% | 0.56% | - |
| HSV(B) | 324.5º | 0.59% | 0.8% | - |
| XYZ | 33.99 | 21.54 | 33.38 | - |
| YUV | 127.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 155 | 0 | 0.59 | 0.24 | 0.2 | 324.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 9B | 0 | 3B | 18 | 14 | 144 | 36 | 38 |
| Octal | 314 | 124 | 233 | 0 | 73 | 30 | 24 | 504 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10011011 | 0 | 111011 | 11000 | 10100 | 101000100 | 110110 | 111000 |
Color Harmonies of #CC549B
Complementary color
Monochromatic Colors of #CC549B
Black with #CC549B
Text Example
Text Example
White with #CC549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC549B; }
p { color: rgb(204,84,155); }
H1.HeaderClassName
{
color: #CC549B;
}
.AnyTagClassName
{
color: #CC549B;
}
</style>
background-color css
<style>
a { background-color: #CC549B; }
a { background-color: rgb(204,84,155); }
div.DivClassName
{
background-color: #CC549B;
}
.BgClassName
{
background-color: #CC549B;
}
</style>
border-color css
<style>
span { border-color: #CC549B; }
span { border-color: rgb(204,84,155); }
td.TdClassName
{
border-color: #CC549B;
}
.TagClassName
{
border-color: #CC549B;
}
</style>