Shades of Mulberry #CC4880
Tints of Mulberry #CC4880
RGB
CMYK
RGB Variations
Color information
#CC4880 (or 0xCC4880) is known color: Mulberry. HEX triplet: CC, 48 and 80. RGB value is (204,72,128). Sum of RGB (Red+Green+Blue) = 204+72+128=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4880 is #33B77F. Grayscale: #757575. Windows color (decimal): -3389312 or 8407244. OLE color: 8407244.
HSL color Cylindrical-coordinate representation of color #CC4880: hue angle of 334.55º degrees, saturation: 0.56, 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 #CC4880 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 128 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.2 |
| HSL | 334.55º | 0.56% | 0.54% | - |
| HSV(B) | 334.55º | 0.65% | 0.8% | - |
| XYZ | 31.12 | 19.03 | 22.46 | - |
| YUV | 117.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 128 | 0 | 0.65 | 0.37 | 0.2 | 334.55 | 0.56 | 0.54 |
| Hex | CC | 48 | 80 | 0 | 41 | 25 | 14 | 14F | 38 | 36 |
| Octal | 314 | 110 | 200 | 0 | 101 | 45 | 24 | 517 | 70 | 66 |
| Binary | 11001100 | 1001000 | 10000000 | 0 | 1000001 | 100101 | 10100 | 101001111 | 111000 | 110110 |
Color Harmonies of #CC4880
Complementary color
Monochromatic Colors of #CC4880
Black with #CC4880
Text Example
Text Example
White with #CC4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4880; }
p { color: rgb(204,72,128); }
H1.HeaderClassName
{
color: #CC4880;
}
.AnyTagClassName
{
color: #CC4880;
}
</style>
background-color css
<style>
a { background-color: #CC4880; }
a { background-color: rgb(204,72,128); }
div.DivClassName
{
background-color: #CC4880;
}
.BgClassName
{
background-color: #CC4880;
}
</style>
border-color css
<style>
span { border-color: #CC4880; }
span { border-color: rgb(204,72,128); }
td.TdClassName
{
border-color: #CC4880;
}
.TagClassName
{
border-color: #CC4880;
}
</style>