Shades of Mulberry #CC5BA1
Tints of Mulberry #CC5BA1
RGB
CMYK
RGB Variations
Color information
#CC5BA1 (or 0xCC5BA1) is known color: Mulberry. HEX triplet: CC, 5B and A1. RGB value is (204,91,161). Sum of RGB (Red+Green+Blue) = 204+91+161=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5BA1 is #33A45E. Grayscale: #848484. Windows color (decimal): -3384415 or 10574796. OLE color: 10574796.
HSL color Cylindrical-coordinate representation of color #CC5BA1: hue angle of 322.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5BA1 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 161 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.2 |
| HSL | 322.83º | 0.53% | 0.58% | - |
| HSV(B) | 322.83º | 0.55% | 0.8% | - |
| XYZ | 35.08 | 22.89 | 36.29 | - |
| YUV | 132.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 161 | 0 | 0.55 | 0.21 | 0.2 | 322.83 | 0.53 | 0.58 |
| Hex | CC | 5B | A1 | 0 | 37 | 15 | 14 | 143 | 35 | 3A |
| Octal | 314 | 133 | 241 | 0 | 67 | 25 | 24 | 503 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10100001 | 0 | 110111 | 10101 | 10100 | 101000011 | 110101 | 111010 |
Color Harmonies of #CC5BA1
Complementary color
Monochromatic Colors of #CC5BA1
Black with #CC5BA1
Text Example
Text Example
White with #CC5BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BA1; }
p { color: rgb(204,91,161); }
H1.HeaderClassName
{
color: #CC5BA1;
}
.AnyTagClassName
{
color: #CC5BA1;
}
</style>
background-color css
<style>
a { background-color: #CC5BA1; }
a { background-color: rgb(204,91,161); }
div.DivClassName
{
background-color: #CC5BA1;
}
.BgClassName
{
background-color: #CC5BA1;
}
</style>
border-color css
<style>
span { border-color: #CC5BA1; }
span { border-color: rgb(204,91,161); }
td.TdClassName
{
border-color: #CC5BA1;
}
.TagClassName
{
border-color: #CC5BA1;
}
</style>