Shades of Mulberry #CE5193
Tints of Mulberry #CE5193
RGB
CMYK
RGB Variations
Color information
#CE5193 (or 0xCE5193) is known color: Mulberry. HEX triplet: CE, 51 and 93. RGB value is (206,81,147). Sum of RGB (Red+Green+Blue) = 206+81+147=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5193 is #31AE6C. Grayscale: #7D7D7D. Windows color (decimal): -3255917 or 9654734. OLE color: 9654734.
HSL color Cylindrical-coordinate representation of color #CE5193: hue angle of 328.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5193 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 147 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.19 |
| HSL | 328.32º | 0.56% | 0.56% | - |
| HSV(B) | 328.32º | 0.61% | 0.81% | - |
| XYZ | 33.66 | 21.11 | 29.9 | - |
| YUV | 125.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 147 | 0 | 0.61 | 0.29 | 0.19 | 328.32 | 0.56 | 0.56 |
| Hex | CE | 51 | 93 | 0 | 3D | 1D | 13 | 148 | 38 | 38 |
| Octal | 316 | 121 | 223 | 0 | 75 | 35 | 23 | 510 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10010011 | 0 | 111101 | 11101 | 10011 | 101001000 | 111000 | 111000 |
Color Harmonies of #CE5193
Complementary color
Monochromatic Colors of #CE5193
Black with #CE5193
Text Example
Text Example
White with #CE5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5193; }
p { color: rgb(206,81,147); }
H1.HeaderClassName
{
color: #CE5193;
}
.AnyTagClassName
{
color: #CE5193;
}
</style>
background-color css
<style>
a { background-color: #CE5193; }
a { background-color: rgb(206,81,147); }
div.DivClassName
{
background-color: #CE5193;
}
.BgClassName
{
background-color: #CE5193;
}
</style>
border-color css
<style>
span { border-color: #CE5193; }
span { border-color: rgb(206,81,147); }
td.TdClassName
{
border-color: #CE5193;
}
.TagClassName
{
border-color: #CE5193;
}
</style>