Shades of Mulberry #CE469D
Tints of Mulberry #CE469D
RGB
CMYK
RGB Variations
Color information
#CE469D (or 0xCE469D) is known color: Mulberry. HEX triplet: CE, 46 and 9D. RGB value is (206,70,157). Sum of RGB (Red+Green+Blue) = 206+70+157=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE469D is #31B962. Grayscale: #787878. Windows color (decimal): -3258723 or 10307278. OLE color: 10307278.
HSL color Cylindrical-coordinate representation of color #CE469D: hue angle of 321.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE469D is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 157 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.19 |
| HSL | 321.62º | 0.58% | 0.54% | - |
| HSV(B) | 321.62º | 0.66% | 0.81% | - |
| XYZ | 33.73 | 19.94 | 33.97 | - |
| YUV | 120.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 157 | 0 | 0.66 | 0.24 | 0.19 | 321.62 | 0.58 | 0.54 |
| Hex | CE | 46 | 9D | 0 | 42 | 18 | 13 | 142 | 3A | 36 |
| Octal | 316 | 106 | 235 | 0 | 102 | 30 | 23 | 502 | 72 | 66 |
| Binary | 11001110 | 1000110 | 10011101 | 0 | 1000010 | 11000 | 10011 | 101000010 | 111010 | 110110 |
Color Harmonies of #CE469D
Complementary color
Monochromatic Colors of #CE469D
Black with #CE469D
Text Example
Text Example
White with #CE469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE469D; }
p { color: rgb(206,70,157); }
H1.HeaderClassName
{
color: #CE469D;
}
.AnyTagClassName
{
color: #CE469D;
}
</style>
background-color css
<style>
a { background-color: #CE469D; }
a { background-color: rgb(206,70,157); }
div.DivClassName
{
background-color: #CE469D;
}
.BgClassName
{
background-color: #CE469D;
}
</style>
border-color css
<style>
span { border-color: #CE469D; }
span { border-color: rgb(206,70,157); }
td.TdClassName
{
border-color: #CE469D;
}
.TagClassName
{
border-color: #CE469D;
}
</style>