Shades of Mulberry #CE509F
Tints of Mulberry #CE509F
RGB
CMYK
RGB Variations
Color information
#CE509F (or 0xCE509F) is known color: Mulberry. HEX triplet: CE, 50 and 9F. RGB value is (206,80,159). Sum of RGB (Red+Green+Blue) = 206+80+159=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE509F is #31AF60. Grayscale: #7E7E7E. Windows color (decimal): -3256161 or 10440910. OLE color: 10440910.
HSL color Cylindrical-coordinate representation of color #CE509F: hue angle of 322.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE509F is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 159 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.19 |
| HSL | 322.38º | 0.56% | 0.56% | - |
| HSV(B) | 322.38º | 0.61% | 0.81% | - |
| XYZ | 34.58 | 21.36 | 35.1 | - |
| YUV | 126.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 159 | 0 | 0.61 | 0.23 | 0.19 | 322.38 | 0.56 | 0.56 |
| Hex | CE | 50 | 9F | 0 | 3D | 17 | 13 | 142 | 38 | 38 |
| Octal | 316 | 120 | 237 | 0 | 75 | 27 | 23 | 502 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10011111 | 0 | 111101 | 10111 | 10011 | 101000010 | 111000 | 111000 |
Color Harmonies of #CE509F
Complementary color
Monochromatic Colors of #CE509F
Black with #CE509F
Text Example
Text Example
White with #CE509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE509F; }
p { color: rgb(206,80,159); }
H1.HeaderClassName
{
color: #CE509F;
}
.AnyTagClassName
{
color: #CE509F;
}
</style>
background-color css
<style>
a { background-color: #CE509F; }
a { background-color: rgb(206,80,159); }
div.DivClassName
{
background-color: #CE509F;
}
.BgClassName
{
background-color: #CE509F;
}
</style>
border-color css
<style>
span { border-color: #CE509F; }
span { border-color: rgb(206,80,159); }
td.TdClassName
{
border-color: #CE509F;
}
.TagClassName
{
border-color: #CE509F;
}
</style>