Shades of Mulberry #CE36AA
Tints of Mulberry #CE36AA
RGB
CMYK
RGB Variations
Color information
#CE36AA (or 0xCE36AA) is known color: Mulberry. HEX triplet: CE, 36 and AA. RGB value is (206,54,170). Sum of RGB (Red+Green+Blue) = 206+54+170=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE36AA is #31C955. Grayscale: #707070. Windows color (decimal): -3262806 or 11155150. OLE color: 11155150.
HSL color Cylindrical-coordinate representation of color #CE36AA: hue angle of 314.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE36AA is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 170 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.19 |
| HSL | 314.21º | 0.61% | 0.51% | - |
| HSV(B) | 314.21º | 0.74% | 0.81% | - |
| XYZ | 34.03 | 18.66 | 39.84 | - |
| YUV | 112.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 170 | 0 | 0.74 | 0.17 | 0.19 | 314.21 | 0.61 | 0.51 |
| Hex | CE | 36 | AA | 0 | 4A | 11 | 13 | 13A | 3D | 33 |
| Octal | 316 | 66 | 252 | 0 | 112 | 21 | 23 | 472 | 75 | 63 |
| Binary | 11001110 | 110110 | 10101010 | 0 | 1001010 | 10001 | 10011 | 100111010 | 111101 | 110011 |
Color Harmonies of #CE36AA
Complementary color
Monochromatic Colors of #CE36AA
Black with #CE36AA
Text Example
Text Example
White with #CE36AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36AA; }
p { color: rgb(206,54,170); }
H1.HeaderClassName
{
color: #CE36AA;
}
.AnyTagClassName
{
color: #CE36AA;
}
</style>
background-color css
<style>
a { background-color: #CE36AA; }
a { background-color: rgb(206,54,170); }
div.DivClassName
{
background-color: #CE36AA;
}
.BgClassName
{
background-color: #CE36AA;
}
</style>
border-color css
<style>
span { border-color: #CE36AA; }
span { border-color: rgb(206,54,170); }
td.TdClassName
{
border-color: #CE36AA;
}
.TagClassName
{
border-color: #CE36AA;
}
</style>