Shades of Mulberry #CE5297
Tints of Mulberry #CE5297
RGB
CMYK
RGB Variations
Color information
#CE5297 (or 0xCE5297) is known color: Mulberry. HEX triplet: CE, 52 and 97. RGB value is (206,82,151). Sum of RGB (Red+Green+Blue) = 206+82+151=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5297 is #31AD68. Grayscale: #7E7E7E. Windows color (decimal): -3255657 or 9917134. OLE color: 9917134.
HSL color Cylindrical-coordinate representation of color #CE5297: hue angle of 326.61º 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 #CE5297 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 151 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.19 |
| HSL | 326.61º | 0.56% | 0.56% | - |
| HSV(B) | 326.61º | 0.6% | 0.81% | - |
| XYZ | 34.06 | 21.39 | 31.61 | - |
| YUV | 126.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 151 | 0 | 0.60 | 0.27 | 0.19 | 326.61 | 0.56 | 0.56 |
| Hex | CE | 52 | 97 | 0 | 3C | 1B | 13 | 147 | 38 | 38 |
| Octal | 316 | 122 | 227 | 0 | 74 | 33 | 23 | 507 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10010111 | 0 | 111100 | 11011 | 10011 | 101000111 | 111000 | 111000 |
Color Harmonies of #CE5297
Complementary color
Monochromatic Colors of #CE5297
Black with #CE5297
Text Example
Text Example
White with #CE5297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5297; }
p { color: rgb(206,82,151); }
H1.HeaderClassName
{
color: #CE5297;
}
.AnyTagClassName
{
color: #CE5297;
}
</style>
background-color css
<style>
a { background-color: #CE5297; }
a { background-color: rgb(206,82,151); }
div.DivClassName
{
background-color: #CE5297;
}
.BgClassName
{
background-color: #CE5297;
}
</style>
border-color css
<style>
span { border-color: #CE5297; }
span { border-color: rgb(206,82,151); }
td.TdClassName
{
border-color: #CE5297;
}
.TagClassName
{
border-color: #CE5297;
}
</style>