Shades of Mulberry #CE55A1
Tints of Mulberry #CE55A1
RGB
CMYK
RGB Variations
Color information
#CE55A1 (or 0xCE55A1) is known color: Mulberry. HEX triplet: CE, 55 and A1. RGB value is (206,85,161). Sum of RGB (Red+Green+Blue) = 206+85+161=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55A1 is #31AA5E. Grayscale: #818181. Windows color (decimal): -3254879 or 10573262. OLE color: 10573262.
HSL color Cylindrical-coordinate representation of color #CE55A1: hue angle of 322.31º 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 #CE55A1 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 161 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.19 |
| HSL | 322.31º | 0.55% | 0.57% | - |
| HSV(B) | 322.31º | 0.59% | 0.81% | - |
| XYZ | 35.14 | 22.19 | 36.15 | - |
| YUV | 129.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 161 | 0 | 0.59 | 0.22 | 0.19 | 322.31 | 0.55 | 0.57 |
| Hex | CE | 55 | A1 | 0 | 3B | 16 | 13 | 142 | 37 | 39 |
| Octal | 316 | 125 | 241 | 0 | 73 | 26 | 23 | 502 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10100001 | 0 | 111011 | 10110 | 10011 | 101000010 | 110111 | 111001 |
Color Harmonies of #CE55A1
Complementary color
Monochromatic Colors of #CE55A1
Black with #CE55A1
Text Example
Text Example
White with #CE55A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55A1; }
p { color: rgb(206,85,161); }
H1.HeaderClassName
{
color: #CE55A1;
}
.AnyTagClassName
{
color: #CE55A1;
}
</style>
background-color css
<style>
a { background-color: #CE55A1; }
a { background-color: rgb(206,85,161); }
div.DivClassName
{
background-color: #CE55A1;
}
.BgClassName
{
background-color: #CE55A1;
}
</style>
border-color css
<style>
span { border-color: #CE55A1; }
span { border-color: rgb(206,85,161); }
td.TdClassName
{
border-color: #CE55A1;
}
.TagClassName
{
border-color: #CE55A1;
}
</style>