Shades of Mulberry #CE5493
Tints of Mulberry #CE5493
RGB
CMYK
RGB Variations
Color information
#CE5493 (or 0xCE5493) is known color: Mulberry. HEX triplet: CE, 54 and 93. RGB value is (206,84,147). Sum of RGB (Red+Green+Blue) = 206+84+147=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5493 is #31AB6C. Grayscale: #7F7F7F. Windows color (decimal): -3255149 or 9655502. OLE color: 9655502.
HSL color Cylindrical-coordinate representation of color #CE5493: hue angle of 329.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5493 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 147 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.19 |
| HSL | 329.02º | 0.55% | 0.57% | - |
| HSV(B) | 329.02º | 0.59% | 0.81% | - |
| XYZ | 33.89 | 21.57 | 29.98 | - |
| YUV | 127.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 147 | 0 | 0.59 | 0.29 | 0.19 | 329.02 | 0.55 | 0.57 |
| Hex | CE | 54 | 93 | 0 | 3B | 1D | 13 | 149 | 37 | 39 |
| Octal | 316 | 124 | 223 | 0 | 73 | 35 | 23 | 511 | 67 | 71 |
| Binary | 11001110 | 1010100 | 10010011 | 0 | 111011 | 11101 | 10011 | 101001001 | 110111 | 111001 |
Color Harmonies of #CE5493
Complementary color
Monochromatic Colors of #CE5493
Black with #CE5493
Text Example
Text Example
White with #CE5493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5493; }
p { color: rgb(206,84,147); }
H1.HeaderClassName
{
color: #CE5493;
}
.AnyTagClassName
{
color: #CE5493;
}
</style>
background-color css
<style>
a { background-color: #CE5493; }
a { background-color: rgb(206,84,147); }
div.DivClassName
{
background-color: #CE5493;
}
.BgClassName
{
background-color: #CE5493;
}
</style>
border-color css
<style>
span { border-color: #CE5493; }
span { border-color: rgb(206,84,147); }
td.TdClassName
{
border-color: #CE5493;
}
.TagClassName
{
border-color: #CE5493;
}
</style>