Shades of Mulberry #CE419F
Tints of Mulberry #CE419F
RGB
CMYK
RGB Variations
Color information
#CE419F (or 0xCE419F) is known color: Mulberry. HEX triplet: CE, 41 and 9F. RGB value is (206,65,159). Sum of RGB (Red+Green+Blue) = 206+65+159=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE419F is #31BE60. Grayscale: #757575. Windows color (decimal): -3260001 or 10437070. OLE color: 10437070.
HSL color Cylindrical-coordinate representation of color #CE419F: hue angle of 320º 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 #CE419F is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 159 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.19 |
| HSL | 320º | 0.59% | 0.53% | - |
| HSV(B) | 320º | 0.68% | 0.81% | - |
| XYZ | 33.6 | 19.41 | 34.78 | - |
| YUV | 117.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 159 | 0 | 0.68 | 0.23 | 0.19 | 320 | 0.59 | 0.53 |
| Hex | CE | 41 | 9F | 0 | 44 | 17 | 13 | 140 | 3B | 35 |
| Octal | 316 | 101 | 237 | 0 | 104 | 27 | 23 | 500 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10011111 | 0 | 1000100 | 10111 | 10011 | 101000000 | 111011 | 110101 |
Color Harmonies of #CE419F
Complementary color
Monochromatic Colors of #CE419F
Black with #CE419F
Text Example
Text Example
White with #CE419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE419F; }
p { color: rgb(206,65,159); }
H1.HeaderClassName
{
color: #CE419F;
}
.AnyTagClassName
{
color: #CE419F;
}
</style>
background-color css
<style>
a { background-color: #CE419F; }
a { background-color: rgb(206,65,159); }
div.DivClassName
{
background-color: #CE419F;
}
.BgClassName
{
background-color: #CE419F;
}
</style>
border-color css
<style>
span { border-color: #CE419F; }
span { border-color: rgb(206,65,159); }
td.TdClassName
{
border-color: #CE419F;
}
.TagClassName
{
border-color: #CE419F;
}
</style>