Shades of Mulberry #CC47A0
Tints of Mulberry #CC47A0
RGB
CMYK
RGB Variations
Color information
#CC47A0 (or 0xCC47A0) is known color: Mulberry. HEX triplet: CC, 47 and A0. RGB value is (204,71,160). Sum of RGB (Red+Green+Blue) = 204+71+160=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47A0 is #33B85F. Grayscale: #787878. Windows color (decimal): -3389536 or 10504140. OLE color: 10504140.
HSL color Cylindrical-coordinate representation of color #CC47A0: hue angle of 319.85º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC47A0 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 160 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.2 |
| HSL | 319.85º | 0.57% | 0.54% | - |
| HSV(B) | 319.85º | 0.65% | 0.8% | - |
| XYZ | 33.5 | 19.88 | 35.33 | - |
| YUV | 120.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 160 | 0 | 0.65 | 0.22 | 0.2 | 319.85 | 0.57 | 0.54 |
| Hex | CC | 47 | A0 | 0 | 41 | 16 | 14 | 140 | 39 | 36 |
| Octal | 314 | 107 | 240 | 0 | 101 | 26 | 24 | 500 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10100000 | 0 | 1000001 | 10110 | 10100 | 101000000 | 111001 | 110110 |
Color Harmonies of #CC47A0
Complementary color
Monochromatic Colors of #CC47A0
Black with #CC47A0
Text Example
Text Example
White with #CC47A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47A0; }
p { color: rgb(204,71,160); }
H1.HeaderClassName
{
color: #CC47A0;
}
.AnyTagClassName
{
color: #CC47A0;
}
</style>
background-color css
<style>
a { background-color: #CC47A0; }
a { background-color: rgb(204,71,160); }
div.DivClassName
{
background-color: #CC47A0;
}
.BgClassName
{
background-color: #CC47A0;
}
</style>
border-color css
<style>
span { border-color: #CC47A0; }
span { border-color: rgb(204,71,160); }
td.TdClassName
{
border-color: #CC47A0;
}
.TagClassName
{
border-color: #CC47A0;
}
</style>