Shades of Mulberry #CC4882
Tints of Mulberry #CC4882
RGB
CMYK
RGB Variations
Color information
#CC4882 (or 0xCC4882) is known color: Mulberry. HEX triplet: CC, 48 and 82. RGB value is (204,72,130). Sum of RGB (Red+Green+Blue) = 204+72+130=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4882 is #33B77D. Grayscale: #757575. Windows color (decimal): -3389310 or 8538316. OLE color: 8538316.
HSL color Cylindrical-coordinate representation of color #CC4882: hue angle of 333.64º 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 #CC4882 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 130 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.2 |
| HSL | 333.64º | 0.56% | 0.54% | - |
| HSV(B) | 333.64º | 0.65% | 0.8% | - |
| XYZ | 31.25 | 19.08 | 23.16 | - |
| YUV | 118.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 130 | 0 | 0.65 | 0.36 | 0.2 | 333.64 | 0.56 | 0.54 |
| Hex | CC | 48 | 82 | 0 | 41 | 24 | 14 | 14E | 38 | 36 |
| Octal | 314 | 110 | 202 | 0 | 101 | 44 | 24 | 516 | 70 | 66 |
| Binary | 11001100 | 1001000 | 10000010 | 0 | 1000001 | 100100 | 10100 | 101001110 | 111000 | 110110 |
Color Harmonies of #CC4882
Complementary color
Monochromatic Colors of #CC4882
Black with #CC4882
Text Example
Text Example
White with #CC4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4882; }
p { color: rgb(204,72,130); }
H1.HeaderClassName
{
color: #CC4882;
}
.AnyTagClassName
{
color: #CC4882;
}
</style>
background-color css
<style>
a { background-color: #CC4882; }
a { background-color: rgb(204,72,130); }
div.DivClassName
{
background-color: #CC4882;
}
.BgClassName
{
background-color: #CC4882;
}
</style>
border-color css
<style>
span { border-color: #CC4882; }
span { border-color: rgb(204,72,130); }
td.TdClassName
{
border-color: #CC4882;
}
.TagClassName
{
border-color: #CC4882;
}
</style>