Shades of Mulberry #CE44A0
Tints of Mulberry #CE44A0
RGB
CMYK
RGB Variations
Color information
#CE44A0 (or 0xCE44A0) is known color: Mulberry. HEX triplet: CE, 44 and A0. RGB value is (206,68,160). Sum of RGB (Red+Green+Blue) = 206+68+160=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE44A0 is #31BB5F. Grayscale: #777777. Windows color (decimal): -3259232 or 10503374. OLE color: 10503374.
HSL color Cylindrical-coordinate representation of color #CE44A0: hue angle of 320º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE44A0 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 160 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.19 |
| HSL | 320º | 0.58% | 0.54% | - |
| HSV(B) | 320º | 0.67% | 0.81% | - |
| XYZ | 33.87 | 19.79 | 35.29 | - |
| YUV | 119.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 160 | 0 | 0.67 | 0.22 | 0.19 | 320 | 0.58 | 0.54 |
| Hex | CE | 44 | A0 | 0 | 43 | 16 | 13 | 140 | 3A | 36 |
| Octal | 316 | 104 | 240 | 0 | 103 | 26 | 23 | 500 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10100000 | 0 | 1000011 | 10110 | 10011 | 101000000 | 111010 | 110110 |
Color Harmonies of #CE44A0
Complementary color
Monochromatic Colors of #CE44A0
Black with #CE44A0
Text Example
Text Example
White with #CE44A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44A0; }
p { color: rgb(206,68,160); }
H1.HeaderClassName
{
color: #CE44A0;
}
.AnyTagClassName
{
color: #CE44A0;
}
</style>
background-color css
<style>
a { background-color: #CE44A0; }
a { background-color: rgb(206,68,160); }
div.DivClassName
{
background-color: #CE44A0;
}
.BgClassName
{
background-color: #CE44A0;
}
</style>
border-color css
<style>
span { border-color: #CE44A0; }
span { border-color: rgb(206,68,160); }
td.TdClassName
{
border-color: #CE44A0;
}
.TagClassName
{
border-color: #CE44A0;
}
</style>