Shades of Mulberry #CE55A6
Tints of Mulberry #CE55A6
RGB
CMYK
RGB Variations
Color information
#CE55A6 (or 0xCE55A6) is known color: Mulberry. HEX triplet: CE, 55 and A6. RGB value is (206,85,166). Sum of RGB (Red+Green+Blue) = 206+85+166=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55A6 is #31AA59. Grayscale: #828282. Windows color (decimal): -3254874 or 10900942. OLE color: 10900942.
HSL color Cylindrical-coordinate representation of color #CE55A6: hue angle of 319.83º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE55A6 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 166 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.19 |
| HSL | 319.83º | 0.55% | 0.57% | - |
| HSV(B) | 319.83º | 0.59% | 0.81% | - |
| XYZ | 35.59 | 22.37 | 38.52 | - |
| YUV | 130.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 166 | 0 | 0.59 | 0.19 | 0.19 | 319.83 | 0.55 | 0.57 |
| Hex | CE | 55 | A6 | 0 | 3B | 13 | 13 | 140 | 37 | 39 |
| Octal | 316 | 125 | 246 | 0 | 73 | 23 | 23 | 500 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10100110 | 0 | 111011 | 10011 | 10011 | 101000000 | 110111 | 111001 |
Color Harmonies of #CE55A6
Complementary color
Monochromatic Colors of #CE55A6
Black with #CE55A6
Text Example
Text Example
White with #CE55A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55A6; }
p { color: rgb(206,85,166); }
H1.HeaderClassName
{
color: #CE55A6;
}
.AnyTagClassName
{
color: #CE55A6;
}
</style>
background-color css
<style>
a { background-color: #CE55A6; }
a { background-color: rgb(206,85,166); }
div.DivClassName
{
background-color: #CE55A6;
}
.BgClassName
{
background-color: #CE55A6;
}
</style>
border-color css
<style>
span { border-color: #CE55A6; }
span { border-color: rgb(206,85,166); }
td.TdClassName
{
border-color: #CE55A6;
}
.TagClassName
{
border-color: #CE55A6;
}
</style>