Shades of Mulberry #CE52AA
Tints of Mulberry #CE52AA
RGB
CMYK
RGB Variations
Color information
#CE52AA (or 0xCE52AA) is known color: Mulberry. HEX triplet: CE, 52 and AA. RGB value is (206,82,170). Sum of RGB (Red+Green+Blue) = 206+82+170=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52AA is #31AD55. Grayscale: #808080. Windows color (decimal): -3255638 or 11162318. OLE color: 11162318.
HSL color Cylindrical-coordinate representation of color #CE52AA: hue angle of 317.42º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE52AA is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 170 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.19 |
| HSL | 317.42º | 0.56% | 0.56% | - |
| HSV(B) | 317.42º | 0.6% | 0.81% | - |
| XYZ | 35.73 | 22.06 | 40.4 | - |
| YUV | 129.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 170 | 0 | 0.60 | 0.17 | 0.19 | 317.42 | 0.56 | 0.56 |
| Hex | CE | 52 | AA | 0 | 3C | 11 | 13 | 13D | 38 | 38 |
| Octal | 316 | 122 | 252 | 0 | 74 | 21 | 23 | 475 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10101010 | 0 | 111100 | 10001 | 10011 | 100111101 | 111000 | 111000 |
Color Harmonies of #CE52AA
Complementary color
Monochromatic Colors of #CE52AA
Black with #CE52AA
Text Example
Text Example
White with #CE52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52AA; }
p { color: rgb(206,82,170); }
H1.HeaderClassName
{
color: #CE52AA;
}
.AnyTagClassName
{
color: #CE52AA;
}
</style>
background-color css
<style>
a { background-color: #CE52AA; }
a { background-color: rgb(206,82,170); }
div.DivClassName
{
background-color: #CE52AA;
}
.BgClassName
{
background-color: #CE52AA;
}
</style>
border-color css
<style>
span { border-color: #CE52AA; }
span { border-color: rgb(206,82,170); }
td.TdClassName
{
border-color: #CE52AA;
}
.TagClassName
{
border-color: #CE52AA;
}
</style>