Shades of Mulberry #CE519C
Tints of Mulberry #CE519C
RGB
CMYK
RGB Variations
Color information
#CE519C (or 0xCE519C) is known color: Mulberry. HEX triplet: CE, 51 and 9C. RGB value is (206,81,156). Sum of RGB (Red+Green+Blue) = 206+81+156=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE519C is #31AE63. Grayscale: #7E7E7E. Windows color (decimal): -3255908 or 10244558. OLE color: 10244558.
HSL color Cylindrical-coordinate representation of color #CE519C: hue angle of 324º 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 #CE519C is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 156 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.19 |
| HSL | 324º | 0.56% | 0.56% | - |
| HSV(B) | 324º | 0.61% | 0.81% | - |
| XYZ | 34.4 | 21.41 | 33.77 | - |
| YUV | 126.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 156 | 0 | 0.61 | 0.24 | 0.19 | 324 | 0.56 | 0.56 |
| Hex | CE | 51 | 9C | 0 | 3D | 18 | 13 | 144 | 38 | 38 |
| Octal | 316 | 121 | 234 | 0 | 75 | 30 | 23 | 504 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10011100 | 0 | 111101 | 11000 | 10011 | 101000100 | 111000 | 111000 |
Color Harmonies of #CE519C
Complementary color
Monochromatic Colors of #CE519C
Black with #CE519C
Text Example
Text Example
White with #CE519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE519C; }
p { color: rgb(206,81,156); }
H1.HeaderClassName
{
color: #CE519C;
}
.AnyTagClassName
{
color: #CE519C;
}
</style>
background-color css
<style>
a { background-color: #CE519C; }
a { background-color: rgb(206,81,156); }
div.DivClassName
{
background-color: #CE519C;
}
.BgClassName
{
background-color: #CE519C;
}
</style>
border-color css
<style>
span { border-color: #CE519C; }
span { border-color: rgb(206,81,156); }
td.TdClassName
{
border-color: #CE519C;
}
.TagClassName
{
border-color: #CE519C;
}
</style>