Shades of Mulberry #CC47AA
Tints of Mulberry #CC47AA
RGB
CMYK
RGB Variations
Color information
#CC47AA (or 0xCC47AA) is known color: Mulberry. HEX triplet: CC, 47 and AA. RGB value is (204,71,170). Sum of RGB (Red+Green+Blue) = 204+71+170=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47AA is #33B855. Grayscale: #797979. Windows color (decimal): -3389526 or 11159500. OLE color: 11159500.
HSL color Cylindrical-coordinate representation of color #CC47AA: hue angle of 315.34º 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 #CC47AA is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 170 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.2 |
| HSL | 315.34º | 0.57% | 0.54% | - |
| HSV(B) | 315.34º | 0.65% | 0.8% | - |
| XYZ | 34.41 | 20.25 | 40.12 | - |
| YUV | 122.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 170 | 0 | 0.65 | 0.17 | 0.2 | 315.34 | 0.57 | 0.54 |
| Hex | CC | 47 | AA | 0 | 41 | 11 | 14 | 13B | 39 | 36 |
| Octal | 314 | 107 | 252 | 0 | 101 | 21 | 24 | 473 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10101010 | 0 | 1000001 | 10001 | 10100 | 100111011 | 111001 | 110110 |
Color Harmonies of #CC47AA
Complementary color
Monochromatic Colors of #CC47AA
Black with #CC47AA
Text Example
Text Example
White with #CC47AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47AA; }
p { color: rgb(204,71,170); }
H1.HeaderClassName
{
color: #CC47AA;
}
.AnyTagClassName
{
color: #CC47AA;
}
</style>
background-color css
<style>
a { background-color: #CC47AA; }
a { background-color: rgb(204,71,170); }
div.DivClassName
{
background-color: #CC47AA;
}
.BgClassName
{
background-color: #CC47AA;
}
</style>
border-color css
<style>
span { border-color: #CC47AA; }
span { border-color: rgb(204,71,170); }
td.TdClassName
{
border-color: #CC47AA;
}
.TagClassName
{
border-color: #CC47AA;
}
</style>