Shades of Mulberry #CE46A0
Tints of Mulberry #CE46A0
RGB
CMYK
RGB Variations
Color information
#CE46A0 (or 0xCE46A0) is known color: Mulberry. HEX triplet: CE, 46 and A0. RGB value is (206,70,160). Sum of RGB (Red+Green+Blue) = 206+70+160=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE46A0 is #31B95F. Grayscale: #787878. Windows color (decimal): -3258720 or 10503886. OLE color: 10503886.
HSL color Cylindrical-coordinate representation of color #CE46A0: hue angle of 320.29º 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 #CE46A0 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 160 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.19 |
| HSL | 320.29º | 0.58% | 0.54% | - |
| HSV(B) | 320.29º | 0.66% | 0.81% | - |
| XYZ | 33.99 | 20.04 | 35.33 | - |
| YUV | 120.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 160 | 0 | 0.66 | 0.22 | 0.19 | 320.29 | 0.58 | 0.54 |
| Hex | CE | 46 | A0 | 0 | 42 | 16 | 13 | 140 | 3A | 36 |
| Octal | 316 | 106 | 240 | 0 | 102 | 26 | 23 | 500 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10100000 | 0 | 1000010 | 10110 | 10011 | 101000000 | 111010 | 110110 |
Color Harmonies of #CE46A0
Complementary color
Monochromatic Colors of #CE46A0
Black with #CE46A0
Text Example
Text Example
White with #CE46A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46A0; }
p { color: rgb(206,70,160); }
H1.HeaderClassName
{
color: #CE46A0;
}
.AnyTagClassName
{
color: #CE46A0;
}
</style>
background-color css
<style>
a { background-color: #CE46A0; }
a { background-color: rgb(206,70,160); }
div.DivClassName
{
background-color: #CE46A0;
}
.BgClassName
{
background-color: #CE46A0;
}
</style>
border-color css
<style>
span { border-color: #CE46A0; }
span { border-color: rgb(206,70,160); }
td.TdClassName
{
border-color: #CE46A0;
}
.TagClassName
{
border-color: #CE46A0;
}
</style>