Shades of Mulberry #CE529B
Tints of Mulberry #CE529B
RGB
CMYK
RGB Variations
Color information
#CE529B (or 0xCE529B) is known color: Mulberry. HEX triplet: CE, 52 and 9B. RGB value is (206,82,155). Sum of RGB (Red+Green+Blue) = 206+82+155=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE529B is #31AD64. Grayscale: #7F7F7F. Windows color (decimal): -3255653 or 10179278. OLE color: 10179278.
HSL color Cylindrical-coordinate representation of color #CE529B: hue angle of 324.68º 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 #CE529B is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 155 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.19 |
| HSL | 324.68º | 0.56% | 0.56% | - |
| HSV(B) | 324.68º | 0.6% | 0.81% | - |
| XYZ | 34.39 | 21.52 | 33.35 | - |
| YUV | 127.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 155 | 0 | 0.60 | 0.25 | 0.19 | 324.68 | 0.56 | 0.56 |
| Hex | CE | 52 | 9B | 0 | 3C | 19 | 13 | 145 | 38 | 38 |
| Octal | 316 | 122 | 233 | 0 | 74 | 31 | 23 | 505 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10011011 | 0 | 111100 | 11001 | 10011 | 101000101 | 111000 | 111000 |
Color Harmonies of #CE529B
Complementary color
Monochromatic Colors of #CE529B
Black with #CE529B
Text Example
Text Example
White with #CE529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE529B; }
p { color: rgb(206,82,155); }
H1.HeaderClassName
{
color: #CE529B;
}
.AnyTagClassName
{
color: #CE529B;
}
</style>
background-color css
<style>
a { background-color: #CE529B; }
a { background-color: rgb(206,82,155); }
div.DivClassName
{
background-color: #CE529B;
}
.BgClassName
{
background-color: #CE529B;
}
</style>
border-color css
<style>
span { border-color: #CE529B; }
span { border-color: rgb(206,82,155); }
td.TdClassName
{
border-color: #CE529B;
}
.TagClassName
{
border-color: #CE529B;
}
</style>