Shades of Mulberry #CE3AAB
Tints of Mulberry #CE3AAB
RGB
CMYK
RGB Variations
Color information
#CE3AAB (or 0xCE3AAB) is known color: Mulberry. HEX triplet: CE, 3A and AB. RGB value is (206,58,171). Sum of RGB (Red+Green+Blue) = 206+58+171=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3AAB is #31C554. Grayscale: #727272. Windows color (decimal): -3261781 or 11221710. OLE color: 11221710.
HSL color Cylindrical-coordinate representation of color #CE3AAB: hue angle of 314.19º 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 #CE3AAB is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 171 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.19 |
| HSL | 314.19º | 0.6% | 0.52% | - |
| HSV(B) | 314.19º | 0.72% | 0.81% | - |
| XYZ | 34.32 | 19.09 | 40.4 | - |
| YUV | 115.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 171 | 0 | 0.72 | 0.17 | 0.19 | 314.19 | 0.6 | 0.52 |
| Hex | CE | 3A | AB | 0 | 48 | 11 | 13 | 13A | 3C | 34 |
| Octal | 316 | 72 | 253 | 0 | 110 | 21 | 23 | 472 | 74 | 64 |
| Binary | 11001110 | 111010 | 10101011 | 0 | 1001000 | 10001 | 10011 | 100111010 | 111100 | 110100 |
Color Harmonies of #CE3AAB
Complementary color
Monochromatic Colors of #CE3AAB
Black with #CE3AAB
Text Example
Text Example
White with #CE3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AAB; }
p { color: rgb(206,58,171); }
H1.HeaderClassName
{
color: #CE3AAB;
}
.AnyTagClassName
{
color: #CE3AAB;
}
</style>
background-color css
<style>
a { background-color: #CE3AAB; }
a { background-color: rgb(206,58,171); }
div.DivClassName
{
background-color: #CE3AAB;
}
.BgClassName
{
background-color: #CE3AAB;
}
</style>
border-color css
<style>
span { border-color: #CE3AAB; }
span { border-color: rgb(206,58,171); }
td.TdClassName
{
border-color: #CE3AAB;
}
.TagClassName
{
border-color: #CE3AAB;
}
</style>