Shades of Mulberry #CE59A2
Tints of Mulberry #CE59A2
RGB
CMYK
RGB Variations
Color information
#CE59A2 (or 0xCE59A2) is known color: Mulberry. HEX triplet: CE, 59 and A2. RGB value is (206,89,162). Sum of RGB (Red+Green+Blue) = 206+89+162=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE59A2 is #31A65D. Grayscale: #848484. Windows color (decimal): -3253854 or 10639822. OLE color: 10639822.
HSL color Cylindrical-coordinate representation of color #CE59A2: hue angle of 322.56º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE59A2 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 162 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.19 |
| HSL | 322.56º | 0.54% | 0.58% | - |
| HSV(B) | 322.56º | 0.57% | 0.81% | - |
| XYZ | 35.55 | 22.88 | 36.72 | - |
| YUV | 132.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 162 | 0 | 0.57 | 0.21 | 0.19 | 322.56 | 0.54 | 0.58 |
| Hex | CE | 59 | A2 | 0 | 39 | 15 | 13 | 143 | 36 | 3A |
| Octal | 316 | 131 | 242 | 0 | 71 | 25 | 23 | 503 | 66 | 72 |
| Binary | 11001110 | 1011001 | 10100010 | 0 | 111001 | 10101 | 10011 | 101000011 | 110110 | 111010 |
Color Harmonies of #CE59A2
Complementary color
Monochromatic Colors of #CE59A2
Black with #CE59A2
Text Example
Text Example
White with #CE59A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE59A2; }
p { color: rgb(206,89,162); }
H1.HeaderClassName
{
color: #CE59A2;
}
.AnyTagClassName
{
color: #CE59A2;
}
</style>
background-color css
<style>
a { background-color: #CE59A2; }
a { background-color: rgb(206,89,162); }
div.DivClassName
{
background-color: #CE59A2;
}
.BgClassName
{
background-color: #CE59A2;
}
</style>
border-color css
<style>
span { border-color: #CE59A2; }
span { border-color: rgb(206,89,162); }
td.TdClassName
{
border-color: #CE59A2;
}
.TagClassName
{
border-color: #CE59A2;
}
</style>