Shades of Mulberry #CC5A8E
Tints of Mulberry #CC5A8E
RGB
CMYK
RGB Variations
Color information
#CC5A8E (or 0xCC5A8E) is known color: Mulberry. HEX triplet: CC, 5A and 8E. RGB value is (204,90,142). Sum of RGB (Red+Green+Blue) = 204+90+142=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A8E is #33A571. Grayscale: #818181. Windows color (decimal): -3384690 or 9329356. OLE color: 9329356.
HSL color Cylindrical-coordinate representation of color #CC5A8E: hue angle of 332.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A8E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 142 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.2 |
| HSL | 332.63º | 0.53% | 0.58% | - |
| HSV(B) | 332.63º | 0.56% | 0.8% | - |
| XYZ | 33.44 | 22.1 | 28.09 | - |
| YUV | 130.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 142 | 0 | 0.56 | 0.30 | 0.2 | 332.63 | 0.53 | 0.58 |
| Hex | CC | 5A | 8E | 0 | 38 | 1E | 14 | 14D | 35 | 3A |
| Octal | 314 | 132 | 216 | 0 | 70 | 36 | 24 | 515 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10001110 | 0 | 111000 | 11110 | 10100 | 101001101 | 110101 | 111010 |
Color Harmonies of #CC5A8E
Complementary color
Monochromatic Colors of #CC5A8E
Black with #CC5A8E
Text Example
Text Example
White with #CC5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A8E; }
p { color: rgb(204,90,142); }
H1.HeaderClassName
{
color: #CC5A8E;
}
.AnyTagClassName
{
color: #CC5A8E;
}
</style>
background-color css
<style>
a { background-color: #CC5A8E; }
a { background-color: rgb(204,90,142); }
div.DivClassName
{
background-color: #CC5A8E;
}
.BgClassName
{
background-color: #CC5A8E;
}
</style>
border-color css
<style>
span { border-color: #CC5A8E; }
span { border-color: rgb(204,90,142); }
td.TdClassName
{
border-color: #CC5A8E;
}
.TagClassName
{
border-color: #CC5A8E;
}
</style>