Shades of Mulberry #CC44A1
Tints of Mulberry #CC44A1
RGB
CMYK
RGB Variations
Color information
#CC44A1 (or 0xCC44A1) is known color: Mulberry. HEX triplet: CC, 44 and A1. RGB value is (204,68,161). Sum of RGB (Red+Green+Blue) = 204+68+161=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC44A1 is #33BB5E. Grayscale: #777777. Windows color (decimal): -3390303 or 10568908. OLE color: 10568908.
HSL color Cylindrical-coordinate representation of color #CC44A1: hue angle of 318.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC44A1 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 161 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.2 |
| HSL | 318.97º | 0.57% | 0.53% | - |
| HSV(B) | 318.97º | 0.67% | 0.8% | - |
| XYZ | 33.4 | 19.54 | 35.73 | - |
| YUV | 119.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 161 | 0 | 0.67 | 0.21 | 0.2 | 318.97 | 0.57 | 0.53 |
| Hex | CC | 44 | A1 | 0 | 43 | 15 | 14 | 13F | 39 | 35 |
| Octal | 314 | 104 | 241 | 0 | 103 | 25 | 24 | 477 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10100001 | 0 | 1000011 | 10101 | 10100 | 100111111 | 111001 | 110101 |
Color Harmonies of #CC44A1
Complementary color
Monochromatic Colors of #CC44A1
Black with #CC44A1
Text Example
Text Example
White with #CC44A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44A1; }
p { color: rgb(204,68,161); }
H1.HeaderClassName
{
color: #CC44A1;
}
.AnyTagClassName
{
color: #CC44A1;
}
</style>
background-color css
<style>
a { background-color: #CC44A1; }
a { background-color: rgb(204,68,161); }
div.DivClassName
{
background-color: #CC44A1;
}
.BgClassName
{
background-color: #CC44A1;
}
</style>
border-color css
<style>
span { border-color: #CC44A1; }
span { border-color: rgb(204,68,161); }
td.TdClassName
{
border-color: #CC44A1;
}
.TagClassName
{
border-color: #CC44A1;
}
</style>