Shades of Mulberry #CE4284
Tints of Mulberry #CE4284
RGB
CMYK
RGB Variations
Color information
#CE4284 (or 0xCE4284) is known color: Mulberry. HEX triplet: CE, 42 and 84. RGB value is (206,66,132). Sum of RGB (Red+Green+Blue) = 206+66+132=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4284 is #31BD7B. Grayscale: #737373. Windows color (decimal): -3259772 or 8667854. OLE color: 8667854.
HSL color Cylindrical-coordinate representation of color #CE4284: hue angle of 331.71º 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 #CE4284 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 132 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.19 |
| HSL | 331.71º | 0.59% | 0.53% | - |
| HSV(B) | 331.71º | 0.68% | 0.81% | - |
| XYZ | 31.57 | 18.68 | 23.77 | - |
| YUV | 115.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 132 | 0 | 0.68 | 0.36 | 0.19 | 331.71 | 0.59 | 0.53 |
| Hex | CE | 42 | 84 | 0 | 44 | 24 | 13 | 14C | 3B | 35 |
| Octal | 316 | 102 | 204 | 0 | 104 | 44 | 23 | 514 | 73 | 65 |
| Binary | 11001110 | 1000010 | 10000100 | 0 | 1000100 | 100100 | 10011 | 101001100 | 111011 | 110101 |
Color Harmonies of #CE4284
Complementary color
Monochromatic Colors of #CE4284
Black with #CE4284
Text Example
Text Example
White with #CE4284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4284; }
p { color: rgb(206,66,132); }
H1.HeaderClassName
{
color: #CE4284;
}
.AnyTagClassName
{
color: #CE4284;
}
</style>
background-color css
<style>
a { background-color: #CE4284; }
a { background-color: rgb(206,66,132); }
div.DivClassName
{
background-color: #CE4284;
}
.BgClassName
{
background-color: #CE4284;
}
</style>
border-color css
<style>
span { border-color: #CE4284; }
span { border-color: rgb(206,66,132); }
td.TdClassName
{
border-color: #CE4284;
}
.TagClassName
{
border-color: #CE4284;
}
</style>