Shades of Mulberry #CC41A0
Tints of Mulberry #CC41A0
RGB
CMYK
RGB Variations
Color information
#CC41A0 (or 0xCC41A0) is known color: Mulberry. HEX triplet: CC, 41 and A0. RGB value is (204,65,160). Sum of RGB (Red+Green+Blue) = 204+65+160=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC41A0 is #33BE5F. Grayscale: #757575. Windows color (decimal): -3391072 or 10502604. OLE color: 10502604.
HSL color Cylindrical-coordinate representation of color #CC41A0: hue angle of 318.99º 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 #CC41A0 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 160 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.2 |
| HSL | 318.99º | 0.58% | 0.53% | - |
| HSV(B) | 318.99º | 0.68% | 0.8% | - |
| XYZ | 33.14 | 19.16 | 35.21 | - |
| YUV | 117.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 160 | 0 | 0.68 | 0.22 | 0.2 | 318.99 | 0.58 | 0.53 |
| Hex | CC | 41 | A0 | 0 | 44 | 16 | 14 | 13F | 3A | 35 |
| Octal | 314 | 101 | 240 | 0 | 104 | 26 | 24 | 477 | 72 | 65 |
| Binary | 11001100 | 1000001 | 10100000 | 0 | 1000100 | 10110 | 10100 | 100111111 | 111010 | 110101 |
Color Harmonies of #CC41A0
Complementary color
Monochromatic Colors of #CC41A0
Black with #CC41A0
Text Example
Text Example
White with #CC41A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41A0; }
p { color: rgb(204,65,160); }
H1.HeaderClassName
{
color: #CC41A0;
}
.AnyTagClassName
{
color: #CC41A0;
}
</style>
background-color css
<style>
a { background-color: #CC41A0; }
a { background-color: rgb(204,65,160); }
div.DivClassName
{
background-color: #CC41A0;
}
.BgClassName
{
background-color: #CC41A0;
}
</style>
border-color css
<style>
span { border-color: #CC41A0; }
span { border-color: rgb(204,65,160); }
td.TdClassName
{
border-color: #CC41A0;
}
.TagClassName
{
border-color: #CC41A0;
}
</style>