Shades of Mulberry #CE529C
Tints of Mulberry #CE529C
RGB
CMYK
RGB Variations
Color information
#CE529C (or 0xCE529C) is known color: Mulberry. HEX triplet: CE, 52 and 9C. RGB value is (206,82,156). Sum of RGB (Red+Green+Blue) = 206+82+156=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE529C is #31AD63. Grayscale: #7F7F7F. Windows color (decimal): -3255652 or 10244814. OLE color: 10244814.
HSL color Cylindrical-coordinate representation of color #CE529C: hue angle of 324.19º 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 #CE529C is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 156 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.19 |
| HSL | 324.19º | 0.56% | 0.56% | - |
| HSV(B) | 324.19º | 0.6% | 0.81% | - |
| XYZ | 34.47 | 21.56 | 33.8 | - |
| YUV | 127.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 156 | 0 | 0.60 | 0.24 | 0.19 | 324.19 | 0.56 | 0.56 |
| Hex | CE | 52 | 9C | 0 | 3C | 18 | 13 | 144 | 38 | 38 |
| Octal | 316 | 122 | 234 | 0 | 74 | 30 | 23 | 504 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10011100 | 0 | 111100 | 11000 | 10011 | 101000100 | 111000 | 111000 |
Color Harmonies of #CE529C
Complementary color
Monochromatic Colors of #CE529C
Black with #CE529C
Text Example
Text Example
White with #CE529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE529C; }
p { color: rgb(206,82,156); }
H1.HeaderClassName
{
color: #CE529C;
}
.AnyTagClassName
{
color: #CE529C;
}
</style>
background-color css
<style>
a { background-color: #CE529C; }
a { background-color: rgb(206,82,156); }
div.DivClassName
{
background-color: #CE529C;
}
.BgClassName
{
background-color: #CE529C;
}
</style>
border-color css
<style>
span { border-color: #CE529C; }
span { border-color: rgb(206,82,156); }
td.TdClassName
{
border-color: #CE529C;
}
.TagClassName
{
border-color: #CE529C;
}
</style>