Shades of Mulberry #CE50A0
Tints of Mulberry #CE50A0
RGB
CMYK
RGB Variations
Color information
#CE50A0 (or 0xCE50A0) is known color: Mulberry. HEX triplet: CE, 50 and A0. RGB value is (206,80,160). Sum of RGB (Red+Green+Blue) = 206+80+160=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE50A0 is #31AF5F. Grayscale: #7E7E7E. Windows color (decimal): -3256160 or 10506446. OLE color: 10506446.
HSL color Cylindrical-coordinate representation of color #CE50A0: hue angle of 321.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE50A0 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 160 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.19 |
| HSL | 321.9º | 0.56% | 0.56% | - |
| HSV(B) | 321.9º | 0.61% | 0.81% | - |
| XYZ | 34.67 | 21.4 | 35.56 | - |
| YUV | 126.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 160 | 0 | 0.61 | 0.22 | 0.19 | 321.9 | 0.56 | 0.56 |
| Hex | CE | 50 | A0 | 0 | 3D | 16 | 13 | 142 | 38 | 38 |
| Octal | 316 | 120 | 240 | 0 | 75 | 26 | 23 | 502 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10100000 | 0 | 111101 | 10110 | 10011 | 101000010 | 111000 | 111000 |
Color Harmonies of #CE50A0
Complementary color
Monochromatic Colors of #CE50A0
Black with #CE50A0
Text Example
Text Example
White with #CE50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50A0; }
p { color: rgb(206,80,160); }
H1.HeaderClassName
{
color: #CE50A0;
}
.AnyTagClassName
{
color: #CE50A0;
}
</style>
background-color css
<style>
a { background-color: #CE50A0; }
a { background-color: rgb(206,80,160); }
div.DivClassName
{
background-color: #CE50A0;
}
.BgClassName
{
background-color: #CE50A0;
}
</style>
border-color css
<style>
span { border-color: #CE50A0; }
span { border-color: rgb(206,80,160); }
td.TdClassName
{
border-color: #CE50A0;
}
.TagClassName
{
border-color: #CE50A0;
}
</style>