Shades of Mulberry #CE4298
Tints of Mulberry #CE4298
RGB
CMYK
RGB Variations
Color information
#CE4298 (or 0xCE4298) is known color: Mulberry. HEX triplet: CE, 42 and 98. RGB value is (206,66,152). Sum of RGB (Red+Green+Blue) = 206+66+152=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4298 is #31BD67. Grayscale: #757575. Windows color (decimal): -3259752 or 9978574. OLE color: 9978574.
HSL color Cylindrical-coordinate representation of color #CE4298: hue angle of 323.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4298 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 152 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.19 |
| HSL | 323.14º | 0.59% | 0.53% | - |
| HSV(B) | 323.14º | 0.68% | 0.81% | - |
| XYZ | 33.07 | 19.29 | 31.69 | - |
| YUV | 117.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 152 | 0 | 0.68 | 0.26 | 0.19 | 323.14 | 0.59 | 0.53 |
| Hex | CE | 42 | 98 | 0 | 44 | 1A | 13 | 143 | 3B | 35 |
| Octal | 316 | 102 | 230 | 0 | 104 | 32 | 23 | 503 | 73 | 65 |
| Binary | 11001110 | 1000010 | 10011000 | 0 | 1000100 | 11010 | 10011 | 101000011 | 111011 | 110101 |
Color Harmonies of #CE4298
Complementary color
Monochromatic Colors of #CE4298
Black with #CE4298
Text Example
Text Example
White with #CE4298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4298; }
p { color: rgb(206,66,152); }
H1.HeaderClassName
{
color: #CE4298;
}
.AnyTagClassName
{
color: #CE4298;
}
</style>
background-color css
<style>
a { background-color: #CE4298; }
a { background-color: rgb(206,66,152); }
div.DivClassName
{
background-color: #CE4298;
}
.BgClassName
{
background-color: #CE4298;
}
</style>
border-color css
<style>
span { border-color: #CE4298; }
span { border-color: rgb(206,66,152); }
td.TdClassName
{
border-color: #CE4298;
}
.TagClassName
{
border-color: #CE4298;
}
</style>