Shades of Mulberry #CE40AA
Tints of Mulberry #CE40AA
RGB
CMYK
RGB Variations
Color information
#CE40AA (or 0xCE40AA) is known color: Mulberry. HEX triplet: CE, 40 and AA. RGB value is (206,64,170). Sum of RGB (Red+Green+Blue) = 206+64+170=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40AA is #31BF55. Grayscale: #767676. Windows color (decimal): -3260246 or 11157710. OLE color: 11157710.
HSL color Cylindrical-coordinate representation of color #CE40AA: hue angle of 315.21º 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 #CE40AA is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 170 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.19 |
| HSL | 315.21º | 0.59% | 0.53% | - |
| HSV(B) | 315.21º | 0.69% | 0.81% | - |
| XYZ | 34.54 | 19.69 | 40.01 | - |
| YUV | 118.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 170 | 0 | 0.69 | 0.17 | 0.19 | 315.21 | 0.59 | 0.53 |
| Hex | CE | 40 | AA | 0 | 45 | 11 | 13 | 13B | 3B | 35 |
| Octal | 316 | 100 | 252 | 0 | 105 | 21 | 23 | 473 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10101010 | 0 | 1000101 | 10001 | 10011 | 100111011 | 111011 | 110101 |
Color Harmonies of #CE40AA
Complementary color
Monochromatic Colors of #CE40AA
Black with #CE40AA
Text Example
Text Example
White with #CE40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40AA; }
p { color: rgb(206,64,170); }
H1.HeaderClassName
{
color: #CE40AA;
}
.AnyTagClassName
{
color: #CE40AA;
}
</style>
background-color css
<style>
a { background-color: #CE40AA; }
a { background-color: rgb(206,64,170); }
div.DivClassName
{
background-color: #CE40AA;
}
.BgClassName
{
background-color: #CE40AA;
}
</style>
border-color css
<style>
span { border-color: #CE40AA; }
span { border-color: rgb(206,64,170); }
td.TdClassName
{
border-color: #CE40AA;
}
.TagClassName
{
border-color: #CE40AA;
}
</style>