Shades of Mulberry #CE53A6
Tints of Mulberry #CE53A6
RGB
CMYK
RGB Variations
Color information
#CE53A6 (or 0xCE53A6) is known color: Mulberry. HEX triplet: CE, 53 and A6. RGB value is (206,83,166). Sum of RGB (Red+Green+Blue) = 206+83+166=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53A6 is #31AC59. Grayscale: #818181. Windows color (decimal): -3255386 or 10900430. OLE color: 10900430.
HSL color Cylindrical-coordinate representation of color #CE53A6: hue angle of 319.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE53A6 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 166 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.19 |
| HSL | 319.51º | 0.56% | 0.57% | - |
| HSV(B) | 319.51º | 0.6% | 0.81% | - |
| XYZ | 35.43 | 22.06 | 38.47 | - |
| YUV | 129.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 166 | 0 | 0.60 | 0.19 | 0.19 | 319.51 | 0.56 | 0.57 |
| Hex | CE | 53 | A6 | 0 | 3C | 13 | 13 | 140 | 38 | 39 |
| Octal | 316 | 123 | 246 | 0 | 74 | 23 | 23 | 500 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10100110 | 0 | 111100 | 10011 | 10011 | 101000000 | 111000 | 111001 |
Color Harmonies of #CE53A6
Complementary color
Monochromatic Colors of #CE53A6
Black with #CE53A6
Text Example
Text Example
White with #CE53A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53A6; }
p { color: rgb(206,83,166); }
H1.HeaderClassName
{
color: #CE53A6;
}
.AnyTagClassName
{
color: #CE53A6;
}
</style>
background-color css
<style>
a { background-color: #CE53A6; }
a { background-color: rgb(206,83,166); }
div.DivClassName
{
background-color: #CE53A6;
}
.BgClassName
{
background-color: #CE53A6;
}
</style>
border-color css
<style>
span { border-color: #CE53A6; }
span { border-color: rgb(206,83,166); }
td.TdClassName
{
border-color: #CE53A6;
}
.TagClassName
{
border-color: #CE53A6;
}
</style>