Shades of Mulberry #CE42A3
Tints of Mulberry #CE42A3
RGB
CMYK
RGB Variations
Color information
#CE42A3 (or 0xCE42A3) is known color: Mulberry. HEX triplet: CE, 42 and A3. RGB value is (206,66,163). Sum of RGB (Red+Green+Blue) = 206+66+163=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE42A3 is #31BD5C. Grayscale: #767676. Windows color (decimal): -3259741 or 10699470. OLE color: 10699470.
HSL color Cylindrical-coordinate representation of color #CE42A3: hue angle of 318.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE42A3 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 163 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.19 |
| HSL | 318.43º | 0.59% | 0.53% | - |
| HSV(B) | 318.43º | 0.68% | 0.81% | - |
| XYZ | 34.01 | 19.66 | 36.65 | - |
| YUV | 118.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 163 | 0 | 0.68 | 0.21 | 0.19 | 318.43 | 0.59 | 0.53 |
| Hex | CE | 42 | A3 | 0 | 44 | 15 | 13 | 13E | 3B | 35 |
| Octal | 316 | 102 | 243 | 0 | 104 | 25 | 23 | 476 | 73 | 65 |
| Binary | 11001110 | 1000010 | 10100011 | 0 | 1000100 | 10101 | 10011 | 100111110 | 111011 | 110101 |
Color Harmonies of #CE42A3
Complementary color
Monochromatic Colors of #CE42A3
Black with #CE42A3
Text Example
Text Example
White with #CE42A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42A3; }
p { color: rgb(206,66,163); }
H1.HeaderClassName
{
color: #CE42A3;
}
.AnyTagClassName
{
color: #CE42A3;
}
</style>
background-color css
<style>
a { background-color: #CE42A3; }
a { background-color: rgb(206,66,163); }
div.DivClassName
{
background-color: #CE42A3;
}
.BgClassName
{
background-color: #CE42A3;
}
</style>
border-color css
<style>
span { border-color: #CE42A3; }
span { border-color: rgb(206,66,163); }
td.TdClassName
{
border-color: #CE42A3;
}
.TagClassName
{
border-color: #CE42A3;
}
</style>