Shades of Mulberry #CE52A1
Tints of Mulberry #CE52A1
RGB
CMYK
RGB Variations
Color information
#CE52A1 (or 0xCE52A1) is known color: Mulberry. HEX triplet: CE, 52 and A1. RGB value is (206,82,161). Sum of RGB (Red+Green+Blue) = 206+82+161=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52A1 is #31AD5E. Grayscale: #7F7F7F. Windows color (decimal): -3255647 or 10572494. OLE color: 10572494.
HSL color Cylindrical-coordinate representation of color #CE52A1: hue angle of 321.77º 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 #CE52A1 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 161 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.19 |
| HSL | 321.77º | 0.56% | 0.56% | - |
| HSV(B) | 321.77º | 0.6% | 0.81% | - |
| XYZ | 34.9 | 21.73 | 36.07 | - |
| YUV | 128.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 161 | 0 | 0.60 | 0.22 | 0.19 | 321.77 | 0.56 | 0.56 |
| Hex | CE | 52 | A1 | 0 | 3C | 16 | 13 | 142 | 38 | 38 |
| Octal | 316 | 122 | 241 | 0 | 74 | 26 | 23 | 502 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10100001 | 0 | 111100 | 10110 | 10011 | 101000010 | 111000 | 111000 |
Color Harmonies of #CE52A1
Complementary color
Monochromatic Colors of #CE52A1
Black with #CE52A1
Text Example
Text Example
White with #CE52A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52A1; }
p { color: rgb(206,82,161); }
H1.HeaderClassName
{
color: #CE52A1;
}
.AnyTagClassName
{
color: #CE52A1;
}
</style>
background-color css
<style>
a { background-color: #CE52A1; }
a { background-color: rgb(206,82,161); }
div.DivClassName
{
background-color: #CE52A1;
}
.BgClassName
{
background-color: #CE52A1;
}
</style>
border-color css
<style>
span { border-color: #CE52A1; }
span { border-color: rgb(206,82,161); }
td.TdClassName
{
border-color: #CE52A1;
}
.TagClassName
{
border-color: #CE52A1;
}
</style>