Shades of Mulberry #CE4495
Tints of Mulberry #CE4495
RGB
CMYK
RGB Variations
Color information
#CE4495 (or 0xCE4495) is known color: Mulberry. HEX triplet: CE, 44 and 95. RGB value is (206,68,149). Sum of RGB (Red+Green+Blue) = 206+68+149=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4495 is #31BB6A. Grayscale: #767676. Windows color (decimal): -3259243 or 9782478. OLE color: 9782478.
HSL color Cylindrical-coordinate representation of color #CE4495: hue angle of 324.78º 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 #CE4495 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 149 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.19 |
| HSL | 324.78º | 0.58% | 0.54% | - |
| HSV(B) | 324.78º | 0.67% | 0.81% | - |
| XYZ | 32.95 | 19.43 | 30.45 | - |
| YUV | 118.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 149 | 0 | 0.67 | 0.28 | 0.19 | 324.78 | 0.58 | 0.54 |
| Hex | CE | 44 | 95 | 0 | 43 | 1C | 13 | 145 | 3A | 36 |
| Octal | 316 | 104 | 225 | 0 | 103 | 34 | 23 | 505 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10010101 | 0 | 1000011 | 11100 | 10011 | 101000101 | 111010 | 110110 |
Color Harmonies of #CE4495
Complementary color
Monochromatic Colors of #CE4495
Black with #CE4495
Text Example
Text Example
White with #CE4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4495; }
p { color: rgb(206,68,149); }
H1.HeaderClassName
{
color: #CE4495;
}
.AnyTagClassName
{
color: #CE4495;
}
</style>
background-color css
<style>
a { background-color: #CE4495; }
a { background-color: rgb(206,68,149); }
div.DivClassName
{
background-color: #CE4495;
}
.BgClassName
{
background-color: #CE4495;
}
</style>
border-color css
<style>
span { border-color: #CE4495; }
span { border-color: rgb(206,68,149); }
td.TdClassName
{
border-color: #CE4495;
}
.TagClassName
{
border-color: #CE4495;
}
</style>