Shades of Mulberry #CC4AA0
Tints of Mulberry #CC4AA0
RGB
CMYK
RGB Variations
Color information
#CC4AA0 (or 0xCC4AA0) is known color: Mulberry. HEX triplet: CC, 4A and A0. RGB value is (204,74,160). Sum of RGB (Red+Green+Blue) = 204+74+160=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AA0 is #33B55F. Grayscale: #7A7A7A. Windows color (decimal): -3388768 or 10504908. OLE color: 10504908.
HSL color Cylindrical-coordinate representation of color #CC4AA0: hue angle of 320.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4AA0 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 160 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.2 |
| HSL | 320.31º | 0.56% | 0.55% | - |
| HSV(B) | 320.31º | 0.64% | 0.8% | - |
| XYZ | 33.7 | 20.27 | 35.39 | - |
| YUV | 122.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 160 | 0 | 0.64 | 0.22 | 0.2 | 320.31 | 0.56 | 0.55 |
| Hex | CC | 4A | A0 | 0 | 40 | 16 | 14 | 140 | 38 | 37 |
| Octal | 314 | 112 | 240 | 0 | 100 | 26 | 24 | 500 | 70 | 67 |
| Binary | 11001100 | 1001010 | 10100000 | 0 | 1000000 | 10110 | 10100 | 101000000 | 111000 | 110111 |
Color Harmonies of #CC4AA0
Complementary color
Monochromatic Colors of #CC4AA0
Black with #CC4AA0
Text Example
Text Example
White with #CC4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AA0; }
p { color: rgb(204,74,160); }
H1.HeaderClassName
{
color: #CC4AA0;
}
.AnyTagClassName
{
color: #CC4AA0;
}
</style>
background-color css
<style>
a { background-color: #CC4AA0; }
a { background-color: rgb(204,74,160); }
div.DivClassName
{
background-color: #CC4AA0;
}
.BgClassName
{
background-color: #CC4AA0;
}
</style>
border-color css
<style>
span { border-color: #CC4AA0; }
span { border-color: rgb(204,74,160); }
td.TdClassName
{
border-color: #CC4AA0;
}
.TagClassName
{
border-color: #CC4AA0;
}
</style>