Shades of Mulberry #CE488A
Tints of Mulberry #CE488A
RGB
CMYK
RGB Variations
Color information
#CE488A (or 0xCE488A) is known color: Mulberry. HEX triplet: CE, 48 and 8A. RGB value is (206,72,138). Sum of RGB (Red+Green+Blue) = 206+72+138=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE488A is #31B775. Grayscale: #777777. Windows color (decimal): -3258230 or 9062606. OLE color: 9062606.
HSL color Cylindrical-coordinate representation of color #CE488A: hue angle of 330.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE488A is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 138 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.19 |
| HSL | 330.45º | 0.58% | 0.55% | - |
| HSV(B) | 330.45º | 0.65% | 0.81% | - |
| XYZ | 32.36 | 19.59 | 26.12 | - |
| YUV | 119.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 138 | 0 | 0.65 | 0.33 | 0.19 | 330.45 | 0.58 | 0.55 |
| Hex | CE | 48 | 8A | 0 | 41 | 21 | 13 | 14A | 3A | 37 |
| Octal | 316 | 110 | 212 | 0 | 101 | 41 | 23 | 512 | 72 | 67 |
| Binary | 11001110 | 1001000 | 10001010 | 0 | 1000001 | 100001 | 10011 | 101001010 | 111010 | 110111 |
Color Harmonies of #CE488A
Complementary color
Monochromatic Colors of #CE488A
Black with #CE488A
Text Example
Text Example
White with #CE488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE488A; }
p { color: rgb(206,72,138); }
H1.HeaderClassName
{
color: #CE488A;
}
.AnyTagClassName
{
color: #CE488A;
}
</style>
background-color css
<style>
a { background-color: #CE488A; }
a { background-color: rgb(206,72,138); }
div.DivClassName
{
background-color: #CE488A;
}
.BgClassName
{
background-color: #CE488A;
}
</style>
border-color css
<style>
span { border-color: #CE488A; }
span { border-color: rgb(206,72,138); }
td.TdClassName
{
border-color: #CE488A;
}
.TagClassName
{
border-color: #CE488A;
}
</style>