Shades of Mulberry #CE519D
Tints of Mulberry #CE519D
RGB
CMYK
RGB Variations
Color information
#CE519D (or 0xCE519D) is known color: Mulberry. HEX triplet: CE, 51 and 9D. RGB value is (206,81,157). Sum of RGB (Red+Green+Blue) = 206+81+157=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE519D is #31AE62. Grayscale: #7E7E7E. Windows color (decimal): -3255907 or 10310094. OLE color: 10310094.
HSL color Cylindrical-coordinate representation of color #CE519D: hue angle of 323.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE519D is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 157 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.19 |
| HSL | 323.52º | 0.56% | 0.56% | - |
| HSV(B) | 323.52º | 0.61% | 0.81% | - |
| XYZ | 34.48 | 21.44 | 34.22 | - |
| YUV | 127.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 157 | 0 | 0.61 | 0.24 | 0.19 | 323.52 | 0.56 | 0.56 |
| Hex | CE | 51 | 9D | 0 | 3D | 18 | 13 | 144 | 38 | 38 |
| Octal | 316 | 121 | 235 | 0 | 75 | 30 | 23 | 504 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10011101 | 0 | 111101 | 11000 | 10011 | 101000100 | 111000 | 111000 |
Color Harmonies of #CE519D
Complementary color
Monochromatic Colors of #CE519D
Black with #CE519D
Text Example
Text Example
White with #CE519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE519D; }
p { color: rgb(206,81,157); }
H1.HeaderClassName
{
color: #CE519D;
}
.AnyTagClassName
{
color: #CE519D;
}
</style>
background-color css
<style>
a { background-color: #CE519D; }
a { background-color: rgb(206,81,157); }
div.DivClassName
{
background-color: #CE519D;
}
.BgClassName
{
background-color: #CE519D;
}
</style>
border-color css
<style>
span { border-color: #CE519D; }
span { border-color: rgb(206,81,157); }
td.TdClassName
{
border-color: #CE519D;
}
.TagClassName
{
border-color: #CE519D;
}
</style>