Shades of Mulberry #CE519B
Tints of Mulberry #CE519B
RGB
CMYK
RGB Variations
Color information
#CE519B (or 0xCE519B) is known color: Mulberry. HEX triplet: CE, 51 and 9B. RGB value is (206,81,155). Sum of RGB (Red+Green+Blue) = 206+81+155=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE519B is #31AE64. Grayscale: #7E7E7E. Windows color (decimal): -3255909 or 10179022. OLE color: 10179022.
HSL color Cylindrical-coordinate representation of color #CE519B: hue angle of 324.48º 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 #CE519B is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 155 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.19 |
| HSL | 324.48º | 0.56% | 0.56% | - |
| HSV(B) | 324.48º | 0.61% | 0.81% | - |
| XYZ | 34.31 | 21.37 | 33.33 | - |
| YUV | 126.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 155 | 0 | 0.61 | 0.25 | 0.19 | 324.48 | 0.56 | 0.56 |
| Hex | CE | 51 | 9B | 0 | 3D | 19 | 13 | 144 | 38 | 38 |
| Octal | 316 | 121 | 233 | 0 | 75 | 31 | 23 | 504 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10011011 | 0 | 111101 | 11001 | 10011 | 101000100 | 111000 | 111000 |
Color Harmonies of #CE519B
Complementary color
Monochromatic Colors of #CE519B
Black with #CE519B
Text Example
Text Example
White with #CE519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE519B; }
p { color: rgb(206,81,155); }
H1.HeaderClassName
{
color: #CE519B;
}
.AnyTagClassName
{
color: #CE519B;
}
</style>
background-color css
<style>
a { background-color: #CE519B; }
a { background-color: rgb(206,81,155); }
div.DivClassName
{
background-color: #CE519B;
}
.BgClassName
{
background-color: #CE519B;
}
</style>
border-color css
<style>
span { border-color: #CE519B; }
span { border-color: rgb(206,81,155); }
td.TdClassName
{
border-color: #CE519B;
}
.TagClassName
{
border-color: #CE519B;
}
</style>