Shades of Mulberry #CC3AAA
Tints of Mulberry #CC3AAA
RGB
CMYK
RGB Variations
Color information
#CC3AAA (or 0xCC3AAA) is known color: Mulberry. HEX triplet: CC, 3A and AA. RGB value is (204,58,170). Sum of RGB (Red+Green+Blue) = 204+58+170=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AAA is #33C555. Grayscale: #727272. Windows color (decimal): -3392854 or 11156172. OLE color: 11156172.
HSL color Cylindrical-coordinate representation of color #CC3AAA: hue angle of 313.97º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3AAA is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 170 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.2 |
| HSL | 313.97º | 0.59% | 0.51% | - |
| HSV(B) | 313.97º | 0.72% | 0.8% | - |
| XYZ | 33.67 | 18.77 | 39.88 | - |
| YUV | 114.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 170 | 0 | 0.72 | 0.17 | 0.2 | 313.97 | 0.59 | 0.51 |
| Hex | CC | 3A | AA | 0 | 48 | 11 | 14 | 13A | 3B | 33 |
| Octal | 314 | 72 | 252 | 0 | 110 | 21 | 24 | 472 | 73 | 63 |
| Binary | 11001100 | 111010 | 10101010 | 0 | 1001000 | 10001 | 10100 | 100111010 | 111011 | 110011 |
Color Harmonies of #CC3AAA
Complementary color
Monochromatic Colors of #CC3AAA
Black with #CC3AAA
Text Example
Text Example
White with #CC3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AAA; }
p { color: rgb(204,58,170); }
H1.HeaderClassName
{
color: #CC3AAA;
}
.AnyTagClassName
{
color: #CC3AAA;
}
</style>
background-color css
<style>
a { background-color: #CC3AAA; }
a { background-color: rgb(204,58,170); }
div.DivClassName
{
background-color: #CC3AAA;
}
.BgClassName
{
background-color: #CC3AAA;
}
</style>
border-color css
<style>
span { border-color: #CC3AAA; }
span { border-color: rgb(204,58,170); }
td.TdClassName
{
border-color: #CC3AAA;
}
.TagClassName
{
border-color: #CC3AAA;
}
</style>