Shades of Mulberry #CE4282
Tints of Mulberry #CE4282
RGB
CMYK
RGB Variations
Color information
#CE4282 (or 0xCE4282) is known color: Mulberry. HEX triplet: CE, 42 and 82. RGB value is (206,66,130). Sum of RGB (Red+Green+Blue) = 206+66+130=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4282 is #31BD7D. Grayscale: #737373. Windows color (decimal): -3259774 or 8536782. OLE color: 8536782.
HSL color Cylindrical-coordinate representation of color #CE4282: hue angle of 332.57º 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 #CE4282 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 130 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.19 |
| HSL | 332.57º | 0.59% | 0.53% | - |
| HSV(B) | 332.57º | 0.68% | 0.81% | - |
| XYZ | 31.43 | 18.63 | 23.06 | - |
| YUV | 115.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 130 | 0 | 0.68 | 0.37 | 0.19 | 332.57 | 0.59 | 0.53 |
| Hex | CE | 42 | 82 | 0 | 44 | 25 | 13 | 14D | 3B | 35 |
| Octal | 316 | 102 | 202 | 0 | 104 | 45 | 23 | 515 | 73 | 65 |
| Binary | 11001110 | 1000010 | 10000010 | 0 | 1000100 | 100101 | 10011 | 101001101 | 111011 | 110101 |
Color Harmonies of #CE4282
Complementary color
Monochromatic Colors of #CE4282
Black with #CE4282
Text Example
Text Example
White with #CE4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4282; }
p { color: rgb(206,66,130); }
H1.HeaderClassName
{
color: #CE4282;
}
.AnyTagClassName
{
color: #CE4282;
}
</style>
background-color css
<style>
a { background-color: #CE4282; }
a { background-color: rgb(206,66,130); }
div.DivClassName
{
background-color: #CE4282;
}
.BgClassName
{
background-color: #CE4282;
}
</style>
border-color css
<style>
span { border-color: #CE4282; }
span { border-color: rgb(206,66,130); }
td.TdClassName
{
border-color: #CE4282;
}
.TagClassName
{
border-color: #CE4282;
}
</style>