Shades of Mulberry #CE509D
Tints of Mulberry #CE509D
RGB
CMYK
RGB Variations
Color information
#CE509D (or 0xCE509D) is known color: Mulberry. HEX triplet: CE, 50 and 9D. RGB value is (206,80,157). Sum of RGB (Red+Green+Blue) = 206+80+157=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE509D is #31AF62. Grayscale: #7E7E7E. Windows color (decimal): -3256163 or 10309838. OLE color: 10309838.
HSL color Cylindrical-coordinate representation of color #CE509D: hue angle of 323.33º 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 #CE509D is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 157 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.19 |
| HSL | 323.33º | 0.56% | 0.56% | - |
| HSV(B) | 323.33º | 0.61% | 0.81% | - |
| XYZ | 34.41 | 21.29 | 34.19 | - |
| YUV | 126.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 157 | 0 | 0.61 | 0.24 | 0.19 | 323.33 | 0.56 | 0.56 |
| Hex | CE | 50 | 9D | 0 | 3D | 18 | 13 | 143 | 38 | 38 |
| Octal | 316 | 120 | 235 | 0 | 75 | 30 | 23 | 503 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10011101 | 0 | 111101 | 11000 | 10011 | 101000011 | 111000 | 111000 |
Color Harmonies of #CE509D
Complementary color
Monochromatic Colors of #CE509D
Black with #CE509D
Text Example
Text Example
White with #CE509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE509D; }
p { color: rgb(206,80,157); }
H1.HeaderClassName
{
color: #CE509D;
}
.AnyTagClassName
{
color: #CE509D;
}
</style>
background-color css
<style>
a { background-color: #CE509D; }
a { background-color: rgb(206,80,157); }
div.DivClassName
{
background-color: #CE509D;
}
.BgClassName
{
background-color: #CE509D;
}
</style>
border-color css
<style>
span { border-color: #CE509D; }
span { border-color: rgb(206,80,157); }
td.TdClassName
{
border-color: #CE509D;
}
.TagClassName
{
border-color: #CE509D;
}
</style>