Shades of Mulberry #CE55A2
Tints of Mulberry #CE55A2
RGB
CMYK
RGB Variations
Color information
#CE55A2 (or 0xCE55A2) is known color: Mulberry. HEX triplet: CE, 55 and A2. RGB value is (206,85,162). Sum of RGB (Red+Green+Blue) = 206+85+162=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55A2 is #31AA5D. Grayscale: #818181. Windows color (decimal): -3254878 or 10638798. OLE color: 10638798.
HSL color Cylindrical-coordinate representation of color #CE55A2: hue angle of 321.82º 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 #CE55A2 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 162 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.19 |
| HSL | 321.82º | 0.55% | 0.57% | - |
| HSV(B) | 321.82º | 0.59% | 0.81% | - |
| XYZ | 35.22 | 22.23 | 36.62 | - |
| YUV | 129.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 162 | 0 | 0.59 | 0.21 | 0.19 | 321.82 | 0.55 | 0.57 |
| Hex | CE | 55 | A2 | 0 | 3B | 15 | 13 | 142 | 37 | 39 |
| Octal | 316 | 125 | 242 | 0 | 73 | 25 | 23 | 502 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10100010 | 0 | 111011 | 10101 | 10011 | 101000010 | 110111 | 111001 |
Color Harmonies of #CE55A2
Complementary color
Monochromatic Colors of #CE55A2
Black with #CE55A2
Text Example
Text Example
White with #CE55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55A2; }
p { color: rgb(206,85,162); }
H1.HeaderClassName
{
color: #CE55A2;
}
.AnyTagClassName
{
color: #CE55A2;
}
</style>
background-color css
<style>
a { background-color: #CE55A2; }
a { background-color: rgb(206,85,162); }
div.DivClassName
{
background-color: #CE55A2;
}
.BgClassName
{
background-color: #CE55A2;
}
</style>
border-color css
<style>
span { border-color: #CE55A2; }
span { border-color: rgb(206,85,162); }
td.TdClassName
{
border-color: #CE55A2;
}
.TagClassName
{
border-color: #CE55A2;
}
</style>