Shades of Mulberry #CC549D
Tints of Mulberry #CC549D
RGB
CMYK
RGB Variations
Color information
#CC549D (or 0xCC549D) is known color: Mulberry. HEX triplet: CC, 54 and 9D. RGB value is (204,84,157). Sum of RGB (Red+Green+Blue) = 204+84+157=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC549D is #33AB62. Grayscale: #808080. Windows color (decimal): -3386211 or 10310860. OLE color: 10310860.
HSL color Cylindrical-coordinate representation of color #CC549D: hue angle of 323.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 #CC549D is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 157 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.2 |
| HSL | 323.5º | 0.54% | 0.56% | - |
| HSV(B) | 323.5º | 0.59% | 0.8% | - |
| XYZ | 34.16 | 21.61 | 34.27 | - |
| YUV | 128.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 157 | 0 | 0.59 | 0.23 | 0.2 | 323.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 9D | 0 | 3B | 17 | 14 | 144 | 36 | 38 |
| Octal | 314 | 124 | 235 | 0 | 73 | 27 | 24 | 504 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10011101 | 0 | 111011 | 10111 | 10100 | 101000100 | 110110 | 111000 |
Color Harmonies of #CC549D
Complementary color
Monochromatic Colors of #CC549D
Black with #CC549D
Text Example
Text Example
White with #CC549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC549D; }
p { color: rgb(204,84,157); }
H1.HeaderClassName
{
color: #CC549D;
}
.AnyTagClassName
{
color: #CC549D;
}
</style>
background-color css
<style>
a { background-color: #CC549D; }
a { background-color: rgb(204,84,157); }
div.DivClassName
{
background-color: #CC549D;
}
.BgClassName
{
background-color: #CC549D;
}
</style>
border-color css
<style>
span { border-color: #CC549D; }
span { border-color: rgb(204,84,157); }
td.TdClassName
{
border-color: #CC549D;
}
.TagClassName
{
border-color: #CC549D;
}
</style>