Shades of Mulberry #CE4082
Tints of Mulberry #CE4082
RGB
CMYK
RGB Variations
Color information
#CE4082 (or 0xCE4082) is known color: Mulberry. HEX triplet: CE, 40 and 82. RGB value is (206,64,130). Sum of RGB (Red+Green+Blue) = 206+64+130=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4082 is #31BF7D. Grayscale: #717171. Windows color (decimal): -3260286 or 8536270. OLE color: 8536270.
HSL color Cylindrical-coordinate representation of color #CE4082: hue angle of 332.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4082 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 130 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.19 |
| HSL | 332.11º | 0.59% | 0.53% | - |
| HSV(B) | 332.11º | 0.69% | 0.81% | - |
| XYZ | 31.32 | 18.4 | 23.02 | - |
| YUV | 113.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 130 | 0 | 0.69 | 0.37 | 0.19 | 332.11 | 0.59 | 0.53 |
| Hex | CE | 40 | 82 | 0 | 45 | 25 | 13 | 14C | 3B | 35 |
| Octal | 316 | 100 | 202 | 0 | 105 | 45 | 23 | 514 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10000010 | 0 | 1000101 | 100101 | 10011 | 101001100 | 111011 | 110101 |
Color Harmonies of #CE4082
Complementary color
Monochromatic Colors of #CE4082
Black with #CE4082
Text Example
Text Example
White with #CE4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4082; }
p { color: rgb(206,64,130); }
H1.HeaderClassName
{
color: #CE4082;
}
.AnyTagClassName
{
color: #CE4082;
}
</style>
background-color css
<style>
a { background-color: #CE4082; }
a { background-color: rgb(206,64,130); }
div.DivClassName
{
background-color: #CE4082;
}
.BgClassName
{
background-color: #CE4082;
}
</style>
border-color css
<style>
span { border-color: #CE4082; }
span { border-color: rgb(206,64,130); }
td.TdClassName
{
border-color: #CE4082;
}
.TagClassName
{
border-color: #CE4082;
}
</style>