Shades of Mulberry #CE4484
Tints of Mulberry #CE4484
RGB
CMYK
RGB Variations
Color information
#CE4484 (or 0xCE4484) is known color: Mulberry. HEX triplet: CE, 44 and 84. RGB value is (206,68,132). Sum of RGB (Red+Green+Blue) = 206+68+132=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4484 is #31BB7B. Grayscale: #747474. Windows color (decimal): -3259260 or 8668366. OLE color: 8668366.
HSL color Cylindrical-coordinate representation of color #CE4484: hue angle of 332.17º 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 #CE4484 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 132 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.19 |
| HSL | 332.17º | 0.58% | 0.54% | - |
| HSV(B) | 332.17º | 0.67% | 0.81% | - |
| XYZ | 31.69 | 18.92 | 23.81 | - |
| YUV | 116.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 132 | 0 | 0.67 | 0.36 | 0.19 | 332.17 | 0.58 | 0.54 |
| Hex | CE | 44 | 84 | 0 | 43 | 24 | 13 | 14C | 3A | 36 |
| Octal | 316 | 104 | 204 | 0 | 103 | 44 | 23 | 514 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10000100 | 0 | 1000011 | 100100 | 10011 | 101001100 | 111010 | 110110 |
Color Harmonies of #CE4484
Complementary color
Monochromatic Colors of #CE4484
Black with #CE4484
Text Example
Text Example
White with #CE4484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4484; }
p { color: rgb(206,68,132); }
H1.HeaderClassName
{
color: #CE4484;
}
.AnyTagClassName
{
color: #CE4484;
}
</style>
background-color css
<style>
a { background-color: #CE4484; }
a { background-color: rgb(206,68,132); }
div.DivClassName
{
background-color: #CE4484;
}
.BgClassName
{
background-color: #CE4484;
}
</style>
border-color css
<style>
span { border-color: #CE4484; }
span { border-color: rgb(206,68,132); }
td.TdClassName
{
border-color: #CE4484;
}
.TagClassName
{
border-color: #CE4484;
}
</style>