Shades of Mulberry #CE5298
Tints of Mulberry #CE5298
RGB
CMYK
RGB Variations
Color information
#CE5298 (or 0xCE5298) is known color: Mulberry. HEX triplet: CE, 52 and 98. RGB value is (206,82,152). Sum of RGB (Red+Green+Blue) = 206+82+152=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5298 is #31AD67. Grayscale: #7E7E7E. Windows color (decimal): -3255656 or 9982670. OLE color: 9982670.
HSL color Cylindrical-coordinate representation of color #CE5298: hue angle of 326.13º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5298 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 152 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.19 |
| HSL | 326.13º | 0.56% | 0.56% | - |
| HSV(B) | 326.13º | 0.6% | 0.81% | - |
| XYZ | 34.14 | 21.42 | 32.04 | - |
| YUV | 127.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 152 | 0 | 0.60 | 0.26 | 0.19 | 326.13 | 0.56 | 0.56 |
| Hex | CE | 52 | 98 | 0 | 3C | 1A | 13 | 146 | 38 | 38 |
| Octal | 316 | 122 | 230 | 0 | 74 | 32 | 23 | 506 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10011000 | 0 | 111100 | 11010 | 10011 | 101000110 | 111000 | 111000 |
Color Harmonies of #CE5298
Complementary color
Monochromatic Colors of #CE5298
Black with #CE5298
Text Example
Text Example
White with #CE5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5298; }
p { color: rgb(206,82,152); }
H1.HeaderClassName
{
color: #CE5298;
}
.AnyTagClassName
{
color: #CE5298;
}
</style>
background-color css
<style>
a { background-color: #CE5298; }
a { background-color: rgb(206,82,152); }
div.DivClassName
{
background-color: #CE5298;
}
.BgClassName
{
background-color: #CE5298;
}
</style>
border-color css
<style>
span { border-color: #CE5298; }
span { border-color: rgb(206,82,152); }
td.TdClassName
{
border-color: #CE5298;
}
.TagClassName
{
border-color: #CE5298;
}
</style>