Shades of Mulberry #CC41AA
Tints of Mulberry #CC41AA
RGB
CMYK
RGB Variations
Color information
#CC41AA (or 0xCC41AA) is known color: Mulberry. HEX triplet: CC, 41 and AA. RGB value is (204,65,170). Sum of RGB (Red+Green+Blue) = 204+65+170=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC41AA is #33BE55. Grayscale: #767676. Windows color (decimal): -3391062 or 11157964. OLE color: 11157964.
HSL color Cylindrical-coordinate representation of color #CC41AA: hue angle of 314.68º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC41AA is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 170 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.2 |
| HSL | 314.68º | 0.58% | 0.53% | - |
| HSV(B) | 314.68º | 0.68% | 0.8% | - |
| XYZ | 34.05 | 19.52 | 40 | - |
| YUV | 118.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 170 | 0 | 0.68 | 0.17 | 0.2 | 314.68 | 0.58 | 0.53 |
| Hex | CC | 41 | AA | 0 | 44 | 11 | 14 | 13B | 3A | 35 |
| Octal | 314 | 101 | 252 | 0 | 104 | 21 | 24 | 473 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10101010 | 0 | 1000100 | 10001 | 10100 | 100111011 | 111010 | 110101 |
Color Harmonies of #CC41AA
Complementary color
Monochromatic Colors of #CC41AA
Black with #CC41AA
Text Example
Text Example
White with #CC41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41AA; }
p { color: rgb(204,65,170); }
H1.HeaderClassName
{
color: #CC41AA;
}
.AnyTagClassName
{
color: #CC41AA;
}
</style>
background-color css
<style>
a { background-color: #CC41AA; }
a { background-color: rgb(204,65,170); }
div.DivClassName
{
background-color: #CC41AA;
}
.BgClassName
{
background-color: #CC41AA;
}
</style>
border-color css
<style>
span { border-color: #CC41AA; }
span { border-color: rgb(204,65,170); }
td.TdClassName
{
border-color: #CC41AA;
}
.TagClassName
{
border-color: #CC41AA;
}
</style>