Shades of Mulberry #CE4494
Tints of Mulberry #CE4494
RGB
CMYK
RGB Variations
Color information
#CE4494 (or 0xCE4494) is known color: Mulberry. HEX triplet: CE, 44 and 94. RGB value is (206,68,148). Sum of RGB (Red+Green+Blue) = 206+68+148=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4494 is #31BB6B. Grayscale: #767676. Windows color (decimal): -3259244 or 9716942. OLE color: 9716942.
HSL color Cylindrical-coordinate representation of color #CE4494: hue angle of 325.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4494 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 148 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.19 |
| HSL | 325.22º | 0.58% | 0.54% | - |
| HSV(B) | 325.22º | 0.67% | 0.81% | - |
| XYZ | 32.87 | 19.39 | 30.03 | - |
| YUV | 118.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 148 | 0 | 0.67 | 0.28 | 0.19 | 325.22 | 0.58 | 0.54 |
| Hex | CE | 44 | 94 | 0 | 43 | 1C | 13 | 145 | 3A | 36 |
| Octal | 316 | 104 | 224 | 0 | 103 | 34 | 23 | 505 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10010100 | 0 | 1000011 | 11100 | 10011 | 101000101 | 111010 | 110110 |
Color Harmonies of #CE4494
Complementary color
Monochromatic Colors of #CE4494
Black with #CE4494
Text Example
Text Example
White with #CE4494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4494; }
p { color: rgb(206,68,148); }
H1.HeaderClassName
{
color: #CE4494;
}
.AnyTagClassName
{
color: #CE4494;
}
</style>
background-color css
<style>
a { background-color: #CE4494; }
a { background-color: rgb(206,68,148); }
div.DivClassName
{
background-color: #CE4494;
}
.BgClassName
{
background-color: #CE4494;
}
</style>
border-color css
<style>
span { border-color: #CE4494; }
span { border-color: rgb(206,68,148); }
td.TdClassName
{
border-color: #CE4494;
}
.TagClassName
{
border-color: #CE4494;
}
</style>