Shades of Mulberry #CE4482
Tints of Mulberry #CE4482
RGB
CMYK
RGB Variations
Color information
#CE4482 (or 0xCE4482) is known color: Mulberry. HEX triplet: CE, 44 and 82. RGB value is (206,68,130). Sum of RGB (Red+Green+Blue) = 206+68+130=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4482 is #31BB7D. Grayscale: #747474. Windows color (decimal): -3259262 or 8537294. OLE color: 8537294.
HSL color Cylindrical-coordinate representation of color #CE4482: hue angle of 333.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4482 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 130 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.19 |
| HSL | 333.04º | 0.58% | 0.54% | - |
| HSV(B) | 333.04º | 0.67% | 0.81% | - |
| XYZ | 31.55 | 18.87 | 23.1 | - |
| YUV | 116.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 130 | 0 | 0.67 | 0.37 | 0.19 | 333.04 | 0.58 | 0.54 |
| Hex | CE | 44 | 82 | 0 | 43 | 25 | 13 | 14D | 3A | 36 |
| Octal | 316 | 104 | 202 | 0 | 103 | 45 | 23 | 515 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10000010 | 0 | 1000011 | 100101 | 10011 | 101001101 | 111010 | 110110 |
Color Harmonies of #CE4482
Complementary color
Monochromatic Colors of #CE4482
Black with #CE4482
Text Example
Text Example
White with #CE4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4482; }
p { color: rgb(206,68,130); }
H1.HeaderClassName
{
color: #CE4482;
}
.AnyTagClassName
{
color: #CE4482;
}
</style>
background-color css
<style>
a { background-color: #CE4482; }
a { background-color: rgb(206,68,130); }
div.DivClassName
{
background-color: #CE4482;
}
.BgClassName
{
background-color: #CE4482;
}
</style>
border-color css
<style>
span { border-color: #CE4482; }
span { border-color: rgb(206,68,130); }
td.TdClassName
{
border-color: #CE4482;
}
.TagClassName
{
border-color: #CE4482;
}
</style>