Shades of Mulberry #CE409A
Tints of Mulberry #CE409A
RGB
CMYK
RGB Variations
Color information
#CE409A (or 0xCE409A) is known color: Mulberry. HEX triplet: CE, 40 and 9A. RGB value is (206,64,154). Sum of RGB (Red+Green+Blue) = 206+64+154=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE409A is #31BF65. Grayscale: #747474. Windows color (decimal): -3260262 or 10109134. OLE color: 10109134.
HSL color Cylindrical-coordinate representation of color #CE409A: hue angle of 321.97º 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 #CE409A is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 154 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.19 |
| HSL | 321.97º | 0.59% | 0.53% | - |
| HSV(B) | 321.97º | 0.69% | 0.81% | - |
| XYZ | 33.12 | 19.12 | 32.52 | - |
| YUV | 116.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 154 | 0 | 0.69 | 0.25 | 0.19 | 321.97 | 0.59 | 0.53 |
| Hex | CE | 40 | 9A | 0 | 45 | 19 | 13 | 142 | 3B | 35 |
| Octal | 316 | 100 | 232 | 0 | 105 | 31 | 23 | 502 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10011010 | 0 | 1000101 | 11001 | 10011 | 101000010 | 111011 | 110101 |
Color Harmonies of #CE409A
Complementary color
Monochromatic Colors of #CE409A
Black with #CE409A
Text Example
Text Example
White with #CE409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE409A; }
p { color: rgb(206,64,154); }
H1.HeaderClassName
{
color: #CE409A;
}
.AnyTagClassName
{
color: #CE409A;
}
</style>
background-color css
<style>
a { background-color: #CE409A; }
a { background-color: rgb(206,64,154); }
div.DivClassName
{
background-color: #CE409A;
}
.BgClassName
{
background-color: #CE409A;
}
</style>
border-color css
<style>
span { border-color: #CE409A; }
span { border-color: rgb(206,64,154); }
td.TdClassName
{
border-color: #CE409A;
}
.TagClassName
{
border-color: #CE409A;
}
</style>