Shades of Mulberry #CE52A5
Tints of Mulberry #CE52A5
RGB
CMYK
RGB Variations
Color information
#CE52A5 (or 0xCE52A5) is known color: Mulberry. HEX triplet: CE, 52 and A5. RGB value is (206,82,165). Sum of RGB (Red+Green+Blue) = 206+82+165=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52A5 is #31AD5A. Grayscale: #808080. Windows color (decimal): -3255643 or 10834638. OLE color: 10834638.
HSL color Cylindrical-coordinate representation of color #CE52A5: hue angle of 319.84º 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 #CE52A5 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 165 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.19 |
| HSL | 319.84º | 0.56% | 0.56% | - |
| HSV(B) | 319.84º | 0.6% | 0.81% | - |
| XYZ | 35.26 | 21.87 | 37.96 | - |
| YUV | 128.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 165 | 0 | 0.60 | 0.20 | 0.19 | 319.84 | 0.56 | 0.56 |
| Hex | CE | 52 | A5 | 0 | 3C | 14 | 13 | 140 | 38 | 38 |
| Octal | 316 | 122 | 245 | 0 | 74 | 24 | 23 | 500 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10100101 | 0 | 111100 | 10100 | 10011 | 101000000 | 111000 | 111000 |
Color Harmonies of #CE52A5
Complementary color
Monochromatic Colors of #CE52A5
Black with #CE52A5
Text Example
Text Example
White with #CE52A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52A5; }
p { color: rgb(206,82,165); }
H1.HeaderClassName
{
color: #CE52A5;
}
.AnyTagClassName
{
color: #CE52A5;
}
</style>
background-color css
<style>
a { background-color: #CE52A5; }
a { background-color: rgb(206,82,165); }
div.DivClassName
{
background-color: #CE52A5;
}
.BgClassName
{
background-color: #CE52A5;
}
</style>
border-color css
<style>
span { border-color: #CE52A5; }
span { border-color: rgb(206,82,165); }
td.TdClassName
{
border-color: #CE52A5;
}
.TagClassName
{
border-color: #CE52A5;
}
</style>