Shades of Mulberry #CC549A
Tints of Mulberry #CC549A
RGB
CMYK
RGB Variations
Color information
#CC549A (or 0xCC549A) is known color: Mulberry. HEX triplet: CC, 54 and 9A. RGB value is (204,84,154). Sum of RGB (Red+Green+Blue) = 204+84+154=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC549A is #33AB65. Grayscale: #7F7F7F. Windows color (decimal): -3386214 or 10114252. OLE color: 10114252.
HSL color Cylindrical-coordinate representation of color #CC549A: hue angle of 325º 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 #CC549A is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 154 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.2 |
| HSL | 325º | 0.54% | 0.56% | - |
| HSV(B) | 325º | 0.59% | 0.8% | - |
| XYZ | 33.9 | 21.51 | 32.94 | - |
| YUV | 127.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 154 | 0 | 0.59 | 0.25 | 0.2 | 325 | 0.54 | 0.56 |
| Hex | CC | 54 | 9A | 0 | 3B | 19 | 14 | 145 | 36 | 38 |
| Octal | 314 | 124 | 232 | 0 | 73 | 31 | 24 | 505 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10011010 | 0 | 111011 | 11001 | 10100 | 101000101 | 110110 | 111000 |
Color Harmonies of #CC549A
Complementary color
Monochromatic Colors of #CC549A
Black with #CC549A
Text Example
Text Example
White with #CC549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC549A; }
p { color: rgb(204,84,154); }
H1.HeaderClassName
{
color: #CC549A;
}
.AnyTagClassName
{
color: #CC549A;
}
</style>
background-color css
<style>
a { background-color: #CC549A; }
a { background-color: rgb(204,84,154); }
div.DivClassName
{
background-color: #CC549A;
}
.BgClassName
{
background-color: #CC549A;
}
</style>
border-color css
<style>
span { border-color: #CC549A; }
span { border-color: rgb(204,84,154); }
td.TdClassName
{
border-color: #CC549A;
}
.TagClassName
{
border-color: #CC549A;
}
</style>