Shades of Mulberry #CE4BA8
Tints of Mulberry #CE4BA8
RGB
CMYK
RGB Variations
Color information
#CE4BA8 (or 0xCE4BA8) is known color: Mulberry. HEX triplet: CE, 4B and A8. RGB value is (206,75,168). Sum of RGB (Red+Green+Blue) = 206+75+168=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4BA8 is #31B457. Grayscale: #7C7C7C. Windows color (decimal): -3257432 or 11029454. OLE color: 11029454.
HSL color Cylindrical-coordinate representation of color #CE4BA8: hue angle of 317.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4BA8 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 168 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.19 |
| HSL | 317.4º | 0.57% | 0.55% | - |
| HSV(B) | 317.4º | 0.64% | 0.81% | - |
| XYZ | 35.04 | 20.98 | 39.25 | - |
| YUV | 124.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 168 | 0 | 0.64 | 0.18 | 0.19 | 317.4 | 0.57 | 0.55 |
| Hex | CE | 4B | A8 | 0 | 40 | 12 | 13 | 13D | 39 | 37 |
| Octal | 316 | 113 | 250 | 0 | 100 | 22 | 23 | 475 | 71 | 67 |
| Binary | 11001110 | 1001011 | 10101000 | 0 | 1000000 | 10010 | 10011 | 100111101 | 111001 | 110111 |
Color Harmonies of #CE4BA8
Complementary color
Monochromatic Colors of #CE4BA8
Black with #CE4BA8
Text Example
Text Example
White with #CE4BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BA8; }
p { color: rgb(206,75,168); }
H1.HeaderClassName
{
color: #CE4BA8;
}
.AnyTagClassName
{
color: #CE4BA8;
}
</style>
background-color css
<style>
a { background-color: #CE4BA8; }
a { background-color: rgb(206,75,168); }
div.DivClassName
{
background-color: #CE4BA8;
}
.BgClassName
{
background-color: #CE4BA8;
}
</style>
border-color css
<style>
span { border-color: #CE4BA8; }
span { border-color: rgb(206,75,168); }
td.TdClassName
{
border-color: #CE4BA8;
}
.TagClassName
{
border-color: #CE4BA8;
}
</style>