Shades of Mulberry #CE3BAA
Tints of Mulberry #CE3BAA
RGB
CMYK
RGB Variations
Color information
#CE3BAA (or 0xCE3BAA) is known color: Mulberry. HEX triplet: CE, 3B and AA. RGB value is (206,59,170). Sum of RGB (Red+Green+Blue) = 206+59+170=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3BAA is #31C455. Grayscale: #737373. Windows color (decimal): -3261526 or 11156430. OLE color: 11156430.
HSL color Cylindrical-coordinate representation of color #CE3BAA: hue angle of 314.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3BAA is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 170 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.19 |
| HSL | 314.69º | 0.6% | 0.52% | - |
| HSV(B) | 314.69º | 0.71% | 0.81% | - |
| XYZ | 34.27 | 19.15 | 39.92 | - |
| YUV | 115.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 170 | 0 | 0.71 | 0.17 | 0.19 | 314.69 | 0.6 | 0.52 |
| Hex | CE | 3B | AA | 0 | 47 | 11 | 13 | 13B | 3C | 34 |
| Octal | 316 | 73 | 252 | 0 | 107 | 21 | 23 | 473 | 74 | 64 |
| Binary | 11001110 | 111011 | 10101010 | 0 | 1000111 | 10001 | 10011 | 100111011 | 111100 | 110100 |
Color Harmonies of #CE3BAA
Complementary color
Monochromatic Colors of #CE3BAA
Black with #CE3BAA
Text Example
Text Example
White with #CE3BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BAA; }
p { color: rgb(206,59,170); }
H1.HeaderClassName
{
color: #CE3BAA;
}
.AnyTagClassName
{
color: #CE3BAA;
}
</style>
background-color css
<style>
a { background-color: #CE3BAA; }
a { background-color: rgb(206,59,170); }
div.DivClassName
{
background-color: #CE3BAA;
}
.BgClassName
{
background-color: #CE3BAA;
}
</style>
border-color css
<style>
span { border-color: #CE3BAA; }
span { border-color: rgb(206,59,170); }
td.TdClassName
{
border-color: #CE3BAA;
}
.TagClassName
{
border-color: #CE3BAA;
}
</style>