Shades of Mulberry #CE48A0
Tints of Mulberry #CE48A0
RGB
CMYK
RGB Variations
Color information
#CE48A0 (or 0xCE48A0) is known color: Mulberry. HEX triplet: CE, 48 and A0. RGB value is (206,72,160). Sum of RGB (Red+Green+Blue) = 206+72+160=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE48A0 is #31B75F. Grayscale: #797979. Windows color (decimal): -3258208 or 10504398. OLE color: 10504398.
HSL color Cylindrical-coordinate representation of color #CE48A0: hue angle of 320.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE48A0 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 160 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.19 |
| HSL | 320.6º | 0.58% | 0.55% | - |
| HSV(B) | 320.6º | 0.65% | 0.81% | - |
| XYZ | 34.12 | 20.29 | 35.38 | - |
| YUV | 122.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 160 | 0 | 0.65 | 0.22 | 0.19 | 320.6 | 0.58 | 0.55 |
| Hex | CE | 48 | A0 | 0 | 41 | 16 | 13 | 141 | 3A | 37 |
| Octal | 316 | 110 | 240 | 0 | 101 | 26 | 23 | 501 | 72 | 67 |
| Binary | 11001110 | 1001000 | 10100000 | 0 | 1000001 | 10110 | 10011 | 101000001 | 111010 | 110111 |
Color Harmonies of #CE48A0
Complementary color
Monochromatic Colors of #CE48A0
Black with #CE48A0
Text Example
Text Example
White with #CE48A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48A0; }
p { color: rgb(206,72,160); }
H1.HeaderClassName
{
color: #CE48A0;
}
.AnyTagClassName
{
color: #CE48A0;
}
</style>
background-color css
<style>
a { background-color: #CE48A0; }
a { background-color: rgb(206,72,160); }
div.DivClassName
{
background-color: #CE48A0;
}
.BgClassName
{
background-color: #CE48A0;
}
</style>
border-color css
<style>
span { border-color: #CE48A0; }
span { border-color: rgb(206,72,160); }
td.TdClassName
{
border-color: #CE48A0;
}
.TagClassName
{
border-color: #CE48A0;
}
</style>