Shades of Mulberry #CE40A0
Tints of Mulberry #CE40A0
RGB
CMYK
RGB Variations
Color information
#CE40A0 (or 0xCE40A0) is known color: Mulberry. HEX triplet: CE, 40 and A0. RGB value is (206,64,160). Sum of RGB (Red+Green+Blue) = 206+64+160=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40A0 is #31BF5F. Grayscale: #757575. Windows color (decimal): -3260256 or 10502350. OLE color: 10502350.
HSL color Cylindrical-coordinate representation of color #CE40A0: hue angle of 319.44º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40A0 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 160 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.19 |
| HSL | 319.44º | 0.59% | 0.53% | - |
| HSV(B) | 319.44º | 0.69% | 0.81% | - |
| XYZ | 33.63 | 19.33 | 35.22 | - |
| YUV | 117.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 160 | 0 | 0.69 | 0.22 | 0.19 | 319.44 | 0.59 | 0.53 |
| Hex | CE | 40 | A0 | 0 | 45 | 16 | 13 | 13F | 3B | 35 |
| Octal | 316 | 100 | 240 | 0 | 105 | 26 | 23 | 477 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10100000 | 0 | 1000101 | 10110 | 10011 | 100111111 | 111011 | 110101 |
Color Harmonies of #CE40A0
Complementary color
Monochromatic Colors of #CE40A0
Black with #CE40A0
Text Example
Text Example
White with #CE40A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40A0; }
p { color: rgb(206,64,160); }
H1.HeaderClassName
{
color: #CE40A0;
}
.AnyTagClassName
{
color: #CE40A0;
}
</style>
background-color css
<style>
a { background-color: #CE40A0; }
a { background-color: rgb(206,64,160); }
div.DivClassName
{
background-color: #CE40A0;
}
.BgClassName
{
background-color: #CE40A0;
}
</style>
border-color css
<style>
span { border-color: #CE40A0; }
span { border-color: rgb(206,64,160); }
td.TdClassName
{
border-color: #CE40A0;
}
.TagClassName
{
border-color: #CE40A0;
}
</style>