Shades of Mulberry #CC4DA2
Tints of Mulberry #CC4DA2
RGB
CMYK
RGB Variations
Color information
#CC4DA2 (or 0xCC4DA2) is known color: Mulberry. HEX triplet: CC, 4D and A2. RGB value is (204,77,162). Sum of RGB (Red+Green+Blue) = 204+77+162=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4DA2 is #33B25D. Grayscale: #7C7C7C. Windows color (decimal): -3387998 or 10636748. OLE color: 10636748.
HSL color Cylindrical-coordinate representation of color #CC4DA2: hue angle of 319.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4DA2 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 162 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.2 |
| HSL | 319.84º | 0.55% | 0.55% | - |
| HSV(B) | 319.84º | 0.62% | 0.8% | - |
| XYZ | 34.08 | 20.75 | 36.39 | - |
| YUV | 124.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 162 | 0 | 0.62 | 0.21 | 0.2 | 319.84 | 0.55 | 0.55 |
| Hex | CC | 4D | A2 | 0 | 3E | 15 | 14 | 140 | 37 | 37 |
| Octal | 314 | 115 | 242 | 0 | 76 | 25 | 24 | 500 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10100010 | 0 | 111110 | 10101 | 10100 | 101000000 | 110111 | 110111 |
Color Harmonies of #CC4DA2
Complementary color
Monochromatic Colors of #CC4DA2
Black with #CC4DA2
Text Example
Text Example
White with #CC4DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DA2; }
p { color: rgb(204,77,162); }
H1.HeaderClassName
{
color: #CC4DA2;
}
.AnyTagClassName
{
color: #CC4DA2;
}
</style>
background-color css
<style>
a { background-color: #CC4DA2; }
a { background-color: rgb(204,77,162); }
div.DivClassName
{
background-color: #CC4DA2;
}
.BgClassName
{
background-color: #CC4DA2;
}
</style>
border-color css
<style>
span { border-color: #CC4DA2; }
span { border-color: rgb(204,77,162); }
td.TdClassName
{
border-color: #CC4DA2;
}
.TagClassName
{
border-color: #CC4DA2;
}
</style>