Shades of Mulberry #CE428A
Tints of Mulberry #CE428A
RGB
CMYK
RGB Variations
Color information
#CE428A (or 0xCE428A) is known color: Mulberry. HEX triplet: CE, 42 and 8A. RGB value is (206,66,138). Sum of RGB (Red+Green+Blue) = 206+66+138=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE428A is #31BD75. Grayscale: #737373. Windows color (decimal): -3259766 or 9061070. OLE color: 9061070.
HSL color Cylindrical-coordinate representation of color #CE428A: hue angle of 329.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 #CE428A is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 138 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.19 |
| HSL | 329.14º | 0.59% | 0.53% | - |
| HSV(B) | 329.14º | 0.68% | 0.81% | - |
| XYZ | 31.99 | 18.85 | 26 | - |
| YUV | 116.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 138 | 0 | 0.68 | 0.33 | 0.19 | 329.14 | 0.59 | 0.53 |
| Hex | CE | 42 | 8A | 0 | 44 | 21 | 13 | 149 | 3B | 35 |
| Octal | 316 | 102 | 212 | 0 | 104 | 41 | 23 | 511 | 73 | 65 |
| Binary | 11001110 | 1000010 | 10001010 | 0 | 1000100 | 100001 | 10011 | 101001001 | 111011 | 110101 |
Color Harmonies of #CE428A
Complementary color
Monochromatic Colors of #CE428A
Black with #CE428A
Text Example
Text Example
White with #CE428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE428A; }
p { color: rgb(206,66,138); }
H1.HeaderClassName
{
color: #CE428A;
}
.AnyTagClassName
{
color: #CE428A;
}
</style>
background-color css
<style>
a { background-color: #CE428A; }
a { background-color: rgb(206,66,138); }
div.DivClassName
{
background-color: #CE428A;
}
.BgClassName
{
background-color: #CE428A;
}
</style>
border-color css
<style>
span { border-color: #CE428A; }
span { border-color: rgb(206,66,138); }
td.TdClassName
{
border-color: #CE428A;
}
.TagClassName
{
border-color: #CE428A;
}
</style>