Shades of Mulberry #CE47AA
Tints of Mulberry #CE47AA
RGB
CMYK
RGB Variations
Color information
#CE47AA (or 0xCE47AA) is known color: Mulberry. HEX triplet: CE, 47 and AA. RGB value is (206,71,170). Sum of RGB (Red+Green+Blue) = 206+71+170=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE47AA is #31B855. Grayscale: #7A7A7A. Windows color (decimal): -3258454 or 11159502. OLE color: 11159502.
HSL color Cylindrical-coordinate representation of color #CE47AA: hue angle of 316º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE47AA is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 170 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.19 |
| HSL | 316º | 0.58% | 0.54% | - |
| HSV(B) | 316º | 0.66% | 0.81% | - |
| XYZ | 34.96 | 20.53 | 40.15 | - |
| YUV | 122.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 170 | 0 | 0.66 | 0.17 | 0.19 | 316 | 0.58 | 0.54 |
| Hex | CE | 47 | AA | 0 | 42 | 11 | 13 | 13C | 3A | 36 |
| Octal | 316 | 107 | 252 | 0 | 102 | 21 | 23 | 474 | 72 | 66 |
| Binary | 11001110 | 1000111 | 10101010 | 0 | 1000010 | 10001 | 10011 | 100111100 | 111010 | 110110 |
Color Harmonies of #CE47AA
Complementary color
Monochromatic Colors of #CE47AA
Black with #CE47AA
Text Example
Text Example
White with #CE47AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47AA; }
p { color: rgb(206,71,170); }
H1.HeaderClassName
{
color: #CE47AA;
}
.AnyTagClassName
{
color: #CE47AA;
}
</style>
background-color css
<style>
a { background-color: #CE47AA; }
a { background-color: rgb(206,71,170); }
div.DivClassName
{
background-color: #CE47AA;
}
.BgClassName
{
background-color: #CE47AA;
}
</style>
border-color css
<style>
span { border-color: #CE47AA; }
span { border-color: rgb(206,71,170); }
td.TdClassName
{
border-color: #CE47AA;
}
.TagClassName
{
border-color: #CE47AA;
}
</style>