Shades of Mulberry #CE529A
Tints of Mulberry #CE529A
RGB
CMYK
RGB Variations
Color information
#CE529A (or 0xCE529A) is known color: Mulberry. HEX triplet: CE, 52 and 9A. RGB value is (206,82,154). Sum of RGB (Red+Green+Blue) = 206+82+154=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE529A is #31AD65. Grayscale: #7F7F7F. Windows color (decimal): -3255654 or 10113742. OLE color: 10113742.
HSL color Cylindrical-coordinate representation of color #CE529A: hue angle of 325.16º 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 #CE529A is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 154 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.19 |
| HSL | 325.16º | 0.56% | 0.56% | - |
| HSV(B) | 325.16º | 0.6% | 0.81% | - |
| XYZ | 34.3 | 21.49 | 32.91 | - |
| YUV | 127.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 154 | 0 | 0.60 | 0.25 | 0.19 | 325.16 | 0.56 | 0.56 |
| Hex | CE | 52 | 9A | 0 | 3C | 19 | 13 | 145 | 38 | 38 |
| Octal | 316 | 122 | 232 | 0 | 74 | 31 | 23 | 505 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10011010 | 0 | 111100 | 11001 | 10011 | 101000101 | 111000 | 111000 |
Color Harmonies of #CE529A
Complementary color
Monochromatic Colors of #CE529A
Black with #CE529A
Text Example
Text Example
White with #CE529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE529A; }
p { color: rgb(206,82,154); }
H1.HeaderClassName
{
color: #CE529A;
}
.AnyTagClassName
{
color: #CE529A;
}
</style>
background-color css
<style>
a { background-color: #CE529A; }
a { background-color: rgb(206,82,154); }
div.DivClassName
{
background-color: #CE529A;
}
.BgClassName
{
background-color: #CE529A;
}
</style>
border-color css
<style>
span { border-color: #CE529A; }
span { border-color: rgb(206,82,154); }
td.TdClassName
{
border-color: #CE529A;
}
.TagClassName
{
border-color: #CE529A;
}
</style>