Shades of Mulberry #CE54AA
Tints of Mulberry #CE54AA
RGB
CMYK
RGB Variations
Color information
#CE54AA (or 0xCE54AA) is known color: Mulberry. HEX triplet: CE, 54 and AA. RGB value is (206,84,170). Sum of RGB (Red+Green+Blue) = 206+84+170=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54AA is #31AB55. Grayscale: #828282. Windows color (decimal): -3255126 or 11162830. OLE color: 11162830.
HSL color Cylindrical-coordinate representation of color #CE54AA: hue angle of 317.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE54AA is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 170 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.19 |
| HSL | 317.7º | 0.55% | 0.57% | - |
| HSV(B) | 317.7º | 0.59% | 0.81% | - |
| XYZ | 35.88 | 22.36 | 40.46 | - |
| YUV | 130.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 170 | 0 | 0.59 | 0.17 | 0.19 | 317.7 | 0.55 | 0.57 |
| Hex | CE | 54 | AA | 0 | 3B | 11 | 13 | 13E | 37 | 39 |
| Octal | 316 | 124 | 252 | 0 | 73 | 21 | 23 | 476 | 67 | 71 |
| Binary | 11001110 | 1010100 | 10101010 | 0 | 111011 | 10001 | 10011 | 100111110 | 110111 | 111001 |
Color Harmonies of #CE54AA
Complementary color
Monochromatic Colors of #CE54AA
Black with #CE54AA
Text Example
Text Example
White with #CE54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54AA; }
p { color: rgb(206,84,170); }
H1.HeaderClassName
{
color: #CE54AA;
}
.AnyTagClassName
{
color: #CE54AA;
}
</style>
background-color css
<style>
a { background-color: #CE54AA; }
a { background-color: rgb(206,84,170); }
div.DivClassName
{
background-color: #CE54AA;
}
.BgClassName
{
background-color: #CE54AA;
}
</style>
border-color css
<style>
span { border-color: #CE54AA; }
span { border-color: rgb(206,84,170); }
td.TdClassName
{
border-color: #CE54AA;
}
.TagClassName
{
border-color: #CE54AA;
}
</style>