Shades of Mulberry #CE569F
Tints of Mulberry #CE569F
RGB
CMYK
RGB Variations
Color information
#CE569F (or 0xCE569F) is known color: Mulberry. HEX triplet: CE, 56 and 9F. RGB value is (206,86,159). Sum of RGB (Red+Green+Blue) = 206+86+159=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE569F is #31A960. Grayscale: #828282. Windows color (decimal): -3254625 or 10442446. OLE color: 10442446.
HSL color Cylindrical-coordinate representation of color #CE569F: hue angle of 323.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE569F is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 159 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.19 |
| HSL | 323.5º | 0.55% | 0.57% | - |
| HSV(B) | 323.5º | 0.58% | 0.81% | - |
| XYZ | 35.04 | 22.28 | 35.25 | - |
| YUV | 130.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 159 | 0 | 0.58 | 0.23 | 0.19 | 323.5 | 0.55 | 0.57 |
| Hex | CE | 56 | 9F | 0 | 3A | 17 | 13 | 144 | 37 | 39 |
| Octal | 316 | 126 | 237 | 0 | 72 | 27 | 23 | 504 | 67 | 71 |
| Binary | 11001110 | 1010110 | 10011111 | 0 | 111010 | 10111 | 10011 | 101000100 | 110111 | 111001 |
Color Harmonies of #CE569F
Complementary color
Monochromatic Colors of #CE569F
Black with #CE569F
Text Example
Text Example
White with #CE569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE569F; }
p { color: rgb(206,86,159); }
H1.HeaderClassName
{
color: #CE569F;
}
.AnyTagClassName
{
color: #CE569F;
}
</style>
background-color css
<style>
a { background-color: #CE569F; }
a { background-color: rgb(206,86,159); }
div.DivClassName
{
background-color: #CE569F;
}
.BgClassName
{
background-color: #CE569F;
}
</style>
border-color css
<style>
span { border-color: #CE569F; }
span { border-color: rgb(206,86,159); }
td.TdClassName
{
border-color: #CE569F;
}
.TagClassName
{
border-color: #CE569F;
}
</style>