Shades of Mulberry #CE3AA9
Tints of Mulberry #CE3AA9
RGB
CMYK
RGB Variations
Color information
#CE3AA9 (or 0xCE3AA9) is known color: Mulberry. HEX triplet: CE, 3A and A9. RGB value is (206,58,169). Sum of RGB (Red+Green+Blue) = 206+58+169=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3AA9 is #31C556. Grayscale: #727272. Windows color (decimal): -3261783 or 11090638. OLE color: 11090638.
HSL color Cylindrical-coordinate representation of color #CE3AA9: hue angle of 315º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3AA9 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 169 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.19 |
| HSL | 315º | 0.6% | 0.52% | - |
| HSV(B) | 315º | 0.72% | 0.81% | - |
| XYZ | 34.13 | 19.01 | 39.41 | - |
| YUV | 114.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 169 | 0 | 0.72 | 0.18 | 0.19 | 315 | 0.6 | 0.52 |
| Hex | CE | 3A | A9 | 0 | 48 | 12 | 13 | 13B | 3C | 34 |
| Octal | 316 | 72 | 251 | 0 | 110 | 22 | 23 | 473 | 74 | 64 |
| Binary | 11001110 | 111010 | 10101001 | 0 | 1001000 | 10010 | 10011 | 100111011 | 111100 | 110100 |
Color Harmonies of #CE3AA9
Complementary color
Monochromatic Colors of #CE3AA9
Black with #CE3AA9
Text Example
Text Example
White with #CE3AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AA9; }
p { color: rgb(206,58,169); }
H1.HeaderClassName
{
color: #CE3AA9;
}
.AnyTagClassName
{
color: #CE3AA9;
}
</style>
background-color css
<style>
a { background-color: #CE3AA9; }
a { background-color: rgb(206,58,169); }
div.DivClassName
{
background-color: #CE3AA9;
}
.BgClassName
{
background-color: #CE3AA9;
}
</style>
border-color css
<style>
span { border-color: #CE3AA9; }
span { border-color: rgb(206,58,169); }
td.TdClassName
{
border-color: #CE3AA9;
}
.TagClassName
{
border-color: #CE3AA9;
}
</style>