Shades of Mulberry #CE5AAA
Tints of Mulberry #CE5AAA
RGB
CMYK
RGB Variations
Color information
#CE5AAA (or 0xCE5AAA) is known color: Mulberry. HEX triplet: CE, 5A and AA. RGB value is (206,90,170). Sum of RGB (Red+Green+Blue) = 206+90+170=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AAA is #31A555. Grayscale: #858585. Windows color (decimal): -3253590 or 11164366. OLE color: 11164366.
HSL color Cylindrical-coordinate representation of color #CE5AAA: hue angle of 318.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5AAA is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 170 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.19 |
| HSL | 318.62º | 0.54% | 0.58% | - |
| HSV(B) | 318.62º | 0.56% | 0.81% | - |
| XYZ | 36.37 | 23.34 | 40.62 | - |
| YUV | 133.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 170 | 0 | 0.56 | 0.17 | 0.19 | 318.62 | 0.54 | 0.58 |
| Hex | CE | 5A | AA | 0 | 38 | 11 | 13 | 13F | 36 | 3A |
| Octal | 316 | 132 | 252 | 0 | 70 | 21 | 23 | 477 | 66 | 72 |
| Binary | 11001110 | 1011010 | 10101010 | 0 | 111000 | 10001 | 10011 | 100111111 | 110110 | 111010 |
Color Harmonies of #CE5AAA
Complementary color
Monochromatic Colors of #CE5AAA
Black with #CE5AAA
Text Example
Text Example
White with #CE5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AAA; }
p { color: rgb(206,90,170); }
H1.HeaderClassName
{
color: #CE5AAA;
}
.AnyTagClassName
{
color: #CE5AAA;
}
</style>
background-color css
<style>
a { background-color: #CE5AAA; }
a { background-color: rgb(206,90,170); }
div.DivClassName
{
background-color: #CE5AAA;
}
.BgClassName
{
background-color: #CE5AAA;
}
</style>
border-color css
<style>
span { border-color: #CE5AAA; }
span { border-color: rgb(206,90,170); }
td.TdClassName
{
border-color: #CE5AAA;
}
.TagClassName
{
border-color: #CE5AAA;
}
</style>