Shades of Mulberry #CE419A
Tints of Mulberry #CE419A
RGB
CMYK
RGB Variations
Color information
#CE419A (or 0xCE419A) is known color: Mulberry. HEX triplet: CE, 41 and 9A. RGB value is (206,65,154). Sum of RGB (Red+Green+Blue) = 206+65+154=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE419A is #31BE65. Grayscale: #757575. Windows color (decimal): -3260006 or 10109390. OLE color: 10109390.
HSL color Cylindrical-coordinate representation of color #CE419A: hue angle of 322.13º 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 #CE419A is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 154 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.19 |
| HSL | 322.13º | 0.59% | 0.53% | - |
| HSV(B) | 322.13º | 0.68% | 0.81% | - |
| XYZ | 33.18 | 19.24 | 32.54 | - |
| YUV | 117.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 154 | 0 | 0.68 | 0.25 | 0.19 | 322.13 | 0.59 | 0.53 |
| Hex | CE | 41 | 9A | 0 | 44 | 19 | 13 | 142 | 3B | 35 |
| Octal | 316 | 101 | 232 | 0 | 104 | 31 | 23 | 502 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10011010 | 0 | 1000100 | 11001 | 10011 | 101000010 | 111011 | 110101 |
Color Harmonies of #CE419A
Complementary color
Monochromatic Colors of #CE419A
Black with #CE419A
Text Example
Text Example
White with #CE419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE419A; }
p { color: rgb(206,65,154); }
H1.HeaderClassName
{
color: #CE419A;
}
.AnyTagClassName
{
color: #CE419A;
}
</style>
background-color css
<style>
a { background-color: #CE419A; }
a { background-color: rgb(206,65,154); }
div.DivClassName
{
background-color: #CE419A;
}
.BgClassName
{
background-color: #CE419A;
}
</style>
border-color css
<style>
span { border-color: #CE419A; }
span { border-color: rgb(206,65,154); }
td.TdClassName
{
border-color: #CE419A;
}
.TagClassName
{
border-color: #CE419A;
}
</style>