Shades of Mulberry #CE419E
Tints of Mulberry #CE419E
RGB
CMYK
RGB Variations
Color information
#CE419E (or 0xCE419E) is known color: Mulberry. HEX triplet: CE, 41 and 9E. RGB value is (206,65,158). Sum of RGB (Red+Green+Blue) = 206+65+158=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE419E is #31BE61. Grayscale: #757575. Windows color (decimal): -3260002 or 10371534. OLE color: 10371534.
HSL color Cylindrical-coordinate representation of color #CE419E: hue angle of 320.43º 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 #CE419E is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 158 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.19 |
| HSL | 320.43º | 0.59% | 0.53% | - |
| HSV(B) | 320.43º | 0.68% | 0.81% | - |
| XYZ | 33.52 | 19.37 | 34.32 | - |
| YUV | 117.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 158 | 0 | 0.68 | 0.23 | 0.19 | 320.43 | 0.59 | 0.53 |
| Hex | CE | 41 | 9E | 0 | 44 | 17 | 13 | 140 | 3B | 35 |
| Octal | 316 | 101 | 236 | 0 | 104 | 27 | 23 | 500 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10011110 | 0 | 1000100 | 10111 | 10011 | 101000000 | 111011 | 110101 |
Color Harmonies of #CE419E
Complementary color
Monochromatic Colors of #CE419E
Black with #CE419E
Text Example
Text Example
White with #CE419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE419E; }
p { color: rgb(206,65,158); }
H1.HeaderClassName
{
color: #CE419E;
}
.AnyTagClassName
{
color: #CE419E;
}
</style>
background-color css
<style>
a { background-color: #CE419E; }
a { background-color: rgb(206,65,158); }
div.DivClassName
{
background-color: #CE419E;
}
.BgClassName
{
background-color: #CE419E;
}
</style>
border-color css
<style>
span { border-color: #CE419E; }
span { border-color: rgb(206,65,158); }
td.TdClassName
{
border-color: #CE419E;
}
.TagClassName
{
border-color: #CE419E;
}
</style>