Shades of Mulberry #CE3AA8
Tints of Mulberry #CE3AA8
RGB
CMYK
RGB Variations
Color information
#CE3AA8 (or 0xCE3AA8) is known color: Mulberry. HEX triplet: CE, 3A and A8. RGB value is (206,58,168). Sum of RGB (Red+Green+Blue) = 206+58+168=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3AA8 is #31C557. Grayscale: #727272. Windows color (decimal): -3261784 or 11025102. OLE color: 11025102.
HSL color Cylindrical-coordinate representation of color #CE3AA8: hue angle of 315.41º 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 #CE3AA8 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 168 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.19 |
| HSL | 315.41º | 0.6% | 0.52% | - |
| HSV(B) | 315.41º | 0.72% | 0.81% | - |
| XYZ | 34.03 | 18.98 | 38.91 | - |
| YUV | 114.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 168 | 0 | 0.72 | 0.18 | 0.19 | 315.41 | 0.6 | 0.52 |
| Hex | CE | 3A | A8 | 0 | 48 | 12 | 13 | 13B | 3C | 34 |
| Octal | 316 | 72 | 250 | 0 | 110 | 22 | 23 | 473 | 74 | 64 |
| Binary | 11001110 | 111010 | 10101000 | 0 | 1001000 | 10010 | 10011 | 100111011 | 111100 | 110100 |
Color Harmonies of #CE3AA8
Complementary color
Monochromatic Colors of #CE3AA8
Black with #CE3AA8
Text Example
Text Example
White with #CE3AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AA8; }
p { color: rgb(206,58,168); }
H1.HeaderClassName
{
color: #CE3AA8;
}
.AnyTagClassName
{
color: #CE3AA8;
}
</style>
background-color css
<style>
a { background-color: #CE3AA8; }
a { background-color: rgb(206,58,168); }
div.DivClassName
{
background-color: #CE3AA8;
}
.BgClassName
{
background-color: #CE3AA8;
}
</style>
border-color css
<style>
span { border-color: #CE3AA8; }
span { border-color: rgb(206,58,168); }
td.TdClassName
{
border-color: #CE3AA8;
}
.TagClassName
{
border-color: #CE3AA8;
}
</style>