Shades of Mulberry #CE3F97
Tints of Mulberry #CE3F97
RGB
CMYK
RGB Variations
Color information
#CE3F97 (or 0xCE3F97) is known color: Mulberry. HEX triplet: CE, 3F and 97. RGB value is (206,63,151). Sum of RGB (Red+Green+Blue) = 206+63+151=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3F97 is #31C068. Grayscale: #737373. Windows color (decimal): -3260521 or 9912270. OLE color: 9912270.
HSL color Cylindrical-coordinate representation of color #CE3F97: hue angle of 323.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F97 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 151 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.19 |
| HSL | 323.08º | 0.59% | 0.53% | - |
| HSV(B) | 323.08º | 0.69% | 0.81% | - |
| XYZ | 32.82 | 18.91 | 31.2 | - |
| YUV | 115.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 151 | 0 | 0.69 | 0.27 | 0.19 | 323.08 | 0.59 | 0.53 |
| Hex | CE | 3F | 97 | 0 | 45 | 1B | 13 | 143 | 3B | 35 |
| Octal | 316 | 77 | 227 | 0 | 105 | 33 | 23 | 503 | 73 | 65 |
| Binary | 11001110 | 111111 | 10010111 | 0 | 1000101 | 11011 | 10011 | 101000011 | 111011 | 110101 |
Color Harmonies of #CE3F97
Complementary color
Monochromatic Colors of #CE3F97
Black with #CE3F97
Text Example
Text Example
White with #CE3F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F97; }
p { color: rgb(206,63,151); }
H1.HeaderClassName
{
color: #CE3F97;
}
.AnyTagClassName
{
color: #CE3F97;
}
</style>
background-color css
<style>
a { background-color: #CE3F97; }
a { background-color: rgb(206,63,151); }
div.DivClassName
{
background-color: #CE3F97;
}
.BgClassName
{
background-color: #CE3F97;
}
</style>
border-color css
<style>
span { border-color: #CE3F97; }
span { border-color: rgb(206,63,151); }
td.TdClassName
{
border-color: #CE3F97;
}
.TagClassName
{
border-color: #CE3F97;
}
</style>