Shades of Mulberry #CE5293
Tints of Mulberry #CE5293
RGB
CMYK
RGB Variations
Color information
#CE5293 (or 0xCE5293) is known color: Mulberry. HEX triplet: CE, 52 and 93. RGB value is (206,82,147). Sum of RGB (Red+Green+Blue) = 206+82+147=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5293 is #31AD6C. Grayscale: #7E7E7E. Windows color (decimal): -3255661 or 9654990. OLE color: 9654990.
HSL color Cylindrical-coordinate representation of color #CE5293: hue angle of 328.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5293 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 147 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.19 |
| HSL | 328.55º | 0.56% | 0.56% | - |
| HSV(B) | 328.55º | 0.6% | 0.81% | - |
| XYZ | 33.74 | 21.26 | 29.93 | - |
| YUV | 126.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 147 | 0 | 0.60 | 0.29 | 0.19 | 328.55 | 0.56 | 0.56 |
| Hex | CE | 52 | 93 | 0 | 3C | 1D | 13 | 149 | 38 | 38 |
| Octal | 316 | 122 | 223 | 0 | 74 | 35 | 23 | 511 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10010011 | 0 | 111100 | 11101 | 10011 | 101001001 | 111000 | 111000 |
Color Harmonies of #CE5293
Complementary color
Monochromatic Colors of #CE5293
Black with #CE5293
Text Example
Text Example
White with #CE5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5293; }
p { color: rgb(206,82,147); }
H1.HeaderClassName
{
color: #CE5293;
}
.AnyTagClassName
{
color: #CE5293;
}
</style>
background-color css
<style>
a { background-color: #CE5293; }
a { background-color: rgb(206,82,147); }
div.DivClassName
{
background-color: #CE5293;
}
.BgClassName
{
background-color: #CE5293;
}
</style>
border-color css
<style>
span { border-color: #CE5293; }
span { border-color: rgb(206,82,147); }
td.TdClassName
{
border-color: #CE5293;
}
.TagClassName
{
border-color: #CE5293;
}
</style>