Shades of Mulberry #CE40A2
Tints of Mulberry #CE40A2
RGB
CMYK
RGB Variations
Color information
#CE40A2 (or 0xCE40A2) is known color: Mulberry. HEX triplet: CE, 40 and A2. RGB value is (206,64,162). Sum of RGB (Red+Green+Blue) = 206+64+162=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40A2 is #31BF5D. Grayscale: #757575. Windows color (decimal): -3260254 or 10633422. OLE color: 10633422.
HSL color Cylindrical-coordinate representation of color #CE40A2: hue angle of 318.59º 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 #CE40A2 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 162 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.19 |
| HSL | 318.59º | 0.59% | 0.53% | - |
| HSV(B) | 318.59º | 0.69% | 0.81% | - |
| XYZ | 33.81 | 19.4 | 36.14 | - |
| YUV | 117.63 | 153.04 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 162 | 0 | 0.69 | 0.21 | 0.19 | 318.59 | 0.59 | 0.53 |
| Hex | CE | 40 | A2 | 0 | 45 | 15 | 13 | 13F | 3B | 35 |
| Octal | 316 | 100 | 242 | 0 | 105 | 25 | 23 | 477 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10100010 | 0 | 1000101 | 10101 | 10011 | 100111111 | 111011 | 110101 |
Color Harmonies of #CE40A2
Complementary color
Monochromatic Colors of #CE40A2
Black with #CE40A2
Text Example
Text Example
White with #CE40A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40A2; }
p { color: rgb(206,64,162); }
H1.HeaderClassName
{
color: #CE40A2;
}
.AnyTagClassName
{
color: #CE40A2;
}
</style>
background-color css
<style>
a { background-color: #CE40A2; }
a { background-color: rgb(206,64,162); }
div.DivClassName
{
background-color: #CE40A2;
}
.BgClassName
{
background-color: #CE40A2;
}
</style>
border-color css
<style>
span { border-color: #CE40A2; }
span { border-color: rgb(206,64,162); }
td.TdClassName
{
border-color: #CE40A2;
}
.TagClassName
{
border-color: #CE40A2;
}
</style>