Shades of Mulberry #CE4696
Tints of Mulberry #CE4696
RGB
CMYK
RGB Variations
Color information
#CE4696 (or 0xCE4696) is known color: Mulberry. HEX triplet: CE, 46 and 96. RGB value is (206,70,150). Sum of RGB (Red+Green+Blue) = 206+70+150=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4696 is #31B969. Grayscale: #777777. Windows color (decimal): -3258730 or 9848526. OLE color: 9848526.
HSL color Cylindrical-coordinate representation of color #CE4696: hue angle of 324.71º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4696 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 150 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.19 |
| HSL | 324.71º | 0.58% | 0.54% | - |
| HSV(B) | 324.71º | 0.66% | 0.81% | - |
| XYZ | 33.15 | 19.7 | 30.91 | - |
| YUV | 119.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 150 | 0 | 0.66 | 0.27 | 0.19 | 324.71 | 0.58 | 0.54 |
| Hex | CE | 46 | 96 | 0 | 42 | 1B | 13 | 145 | 3A | 36 |
| Octal | 316 | 106 | 226 | 0 | 102 | 33 | 23 | 505 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10010110 | 0 | 1000010 | 11011 | 10011 | 101000101 | 111010 | 110110 |
Color Harmonies of #CE4696
Complementary color
Monochromatic Colors of #CE4696
Black with #CE4696
Text Example
Text Example
White with #CE4696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4696; }
p { color: rgb(206,70,150); }
H1.HeaderClassName
{
color: #CE4696;
}
.AnyTagClassName
{
color: #CE4696;
}
</style>
background-color css
<style>
a { background-color: #CE4696; }
a { background-color: rgb(206,70,150); }
div.DivClassName
{
background-color: #CE4696;
}
.BgClassName
{
background-color: #CE4696;
}
</style>
border-color css
<style>
span { border-color: #CE4696; }
span { border-color: rgb(206,70,150); }
td.TdClassName
{
border-color: #CE4696;
}
.TagClassName
{
border-color: #CE4696;
}
</style>