Shades of Mulberry #CE45A8
Tints of Mulberry #CE45A8
RGB
CMYK
RGB Variations
Color information
#CE45A8 (or 0xCE45A8) is known color: Mulberry. HEX triplet: CE, 45 and A8. RGB value is (206,69,168). Sum of RGB (Red+Green+Blue) = 206+69+168=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE45A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE45A8 is #31BA57. Grayscale: #787878. Windows color (decimal): -3258968 or 11027918. OLE color: 11027918.
HSL color Cylindrical-coordinate representation of color #CE45A8: hue angle of 316.64º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE45A8 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 168 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.19 |
| HSL | 316.64º | 0.58% | 0.54% | - |
| HSV(B) | 316.64º | 0.67% | 0.81% | - |
| XYZ | 34.65 | 20.21 | 39.12 | - |
| YUV | 121.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 168 | 0 | 0.67 | 0.18 | 0.19 | 316.64 | 0.58 | 0.54 |
| Hex | CE | 45 | A8 | 0 | 43 | 12 | 13 | 13D | 3A | 36 |
| Octal | 316 | 105 | 250 | 0 | 103 | 22 | 23 | 475 | 72 | 66 |
| Binary | 11001110 | 1000101 | 10101000 | 0 | 1000011 | 10010 | 10011 | 100111101 | 111010 | 110110 |
Color Harmonies of #CE45A8
Complementary color
Monochromatic Colors of #CE45A8
Black with #CE45A8
Text Example
Text Example
White with #CE45A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE45A8; }
p { color: rgb(206,69,168); }
H1.HeaderClassName
{
color: #CE45A8;
}
.AnyTagClassName
{
color: #CE45A8;
}
</style>
background-color css
<style>
a { background-color: #CE45A8; }
a { background-color: rgb(206,69,168); }
div.DivClassName
{
background-color: #CE45A8;
}
.BgClassName
{
background-color: #CE45A8;
}
</style>
border-color css
<style>
span { border-color: #CE45A8; }
span { border-color: rgb(206,69,168); }
td.TdClassName
{
border-color: #CE45A8;
}
.TagClassName
{
border-color: #CE45A8;
}
</style>