Shades of Mulberry #CE509B
Tints of Mulberry #CE509B
RGB
CMYK
RGB Variations
Color information
#CE509B (or 0xCE509B) is known color: Mulberry. HEX triplet: CE, 50 and 9B. RGB value is (206,80,155). Sum of RGB (Red+Green+Blue) = 206+80+155=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE509B is #31AF64. Grayscale: #7E7E7E. Windows color (decimal): -3256165 or 10178766. OLE color: 10178766.
HSL color Cylindrical-coordinate representation of color #CE509B: hue angle of 324.29º 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 #CE509B is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 155 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.19 |
| HSL | 324.29º | 0.56% | 0.56% | - |
| HSV(B) | 324.29º | 0.61% | 0.81% | - |
| XYZ | 34.24 | 21.23 | 33.3 | - |
| YUV | 126.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 155 | 0 | 0.61 | 0.25 | 0.19 | 324.29 | 0.56 | 0.56 |
| Hex | CE | 50 | 9B | 0 | 3D | 19 | 13 | 144 | 38 | 38 |
| Octal | 316 | 120 | 233 | 0 | 75 | 31 | 23 | 504 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10011011 | 0 | 111101 | 11001 | 10011 | 101000100 | 111000 | 111000 |
Color Harmonies of #CE509B
Complementary color
Monochromatic Colors of #CE509B
Black with #CE509B
Text Example
Text Example
White with #CE509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE509B; }
p { color: rgb(206,80,155); }
H1.HeaderClassName
{
color: #CE509B;
}
.AnyTagClassName
{
color: #CE509B;
}
</style>
background-color css
<style>
a { background-color: #CE509B; }
a { background-color: rgb(206,80,155); }
div.DivClassName
{
background-color: #CE509B;
}
.BgClassName
{
background-color: #CE509B;
}
</style>
border-color css
<style>
span { border-color: #CE509B; }
span { border-color: rgb(206,80,155); }
td.TdClassName
{
border-color: #CE509B;
}
.TagClassName
{
border-color: #CE509B;
}
</style>