Shades of Mulberry #CE40A6
Tints of Mulberry #CE40A6
RGB
CMYK
RGB Variations
Color information
#CE40A6 (or 0xCE40A6) is known color: Mulberry. HEX triplet: CE, 40 and A6. RGB value is (206,64,166). Sum of RGB (Red+Green+Blue) = 206+64+166=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40A6 is #31BF59. Grayscale: #757575. Windows color (decimal): -3260250 or 10895566. OLE color: 10895566.
HSL color Cylindrical-coordinate representation of color #CE40A6: hue angle of 316.9º 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 #CE40A6 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 166 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.19 |
| HSL | 316.9º | 0.59% | 0.53% | - |
| HSV(B) | 316.9º | 0.69% | 0.81% | - |
| XYZ | 34.17 | 19.54 | 38.05 | - |
| YUV | 118.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 166 | 0 | 0.69 | 0.19 | 0.19 | 316.9 | 0.59 | 0.53 |
| Hex | CE | 40 | A6 | 0 | 45 | 13 | 13 | 13D | 3B | 35 |
| Octal | 316 | 100 | 246 | 0 | 105 | 23 | 23 | 475 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10100110 | 0 | 1000101 | 10011 | 10011 | 100111101 | 111011 | 110101 |
Color Harmonies of #CE40A6
Complementary color
Monochromatic Colors of #CE40A6
Black with #CE40A6
Text Example
Text Example
White with #CE40A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40A6; }
p { color: rgb(206,64,166); }
H1.HeaderClassName
{
color: #CE40A6;
}
.AnyTagClassName
{
color: #CE40A6;
}
</style>
background-color css
<style>
a { background-color: #CE40A6; }
a { background-color: rgb(206,64,166); }
div.DivClassName
{
background-color: #CE40A6;
}
.BgClassName
{
background-color: #CE40A6;
}
</style>
border-color css
<style>
span { border-color: #CE40A6; }
span { border-color: rgb(206,64,166); }
td.TdClassName
{
border-color: #CE40A6;
}
.TagClassName
{
border-color: #CE40A6;
}
</style>