Shades of Mulberry #CE4FA2
Tints of Mulberry #CE4FA2
RGB
CMYK
RGB Variations
Color information
#CE4FA2 (or 0xCE4FA2) is known color: Mulberry. HEX triplet: CE, 4F and A2. RGB value is (206,79,162). Sum of RGB (Red+Green+Blue) = 206+79+162=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4FA2 is #31B05D. Grayscale: #7E7E7E. Windows color (decimal): -3256414 or 10637262. OLE color: 10637262.
HSL color Cylindrical-coordinate representation of color #CE4FA2: hue angle of 320.79º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4FA2 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 162 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.19 |
| HSL | 320.79º | 0.56% | 0.56% | - |
| HSV(B) | 320.79º | 0.62% | 0.81% | - |
| XYZ | 34.77 | 21.32 | 36.47 | - |
| YUV | 126.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 162 | 0 | 0.62 | 0.21 | 0.19 | 320.79 | 0.56 | 0.56 |
| Hex | CE | 4F | A2 | 0 | 3E | 15 | 13 | 141 | 38 | 38 |
| Octal | 316 | 117 | 242 | 0 | 76 | 25 | 23 | 501 | 70 | 70 |
| Binary | 11001110 | 1001111 | 10100010 | 0 | 111110 | 10101 | 10011 | 101000001 | 111000 | 111000 |
Color Harmonies of #CE4FA2
Complementary color
Monochromatic Colors of #CE4FA2
Black with #CE4FA2
Text Example
Text Example
White with #CE4FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FA2; }
p { color: rgb(206,79,162); }
H1.HeaderClassName
{
color: #CE4FA2;
}
.AnyTagClassName
{
color: #CE4FA2;
}
</style>
background-color css
<style>
a { background-color: #CE4FA2; }
a { background-color: rgb(206,79,162); }
div.DivClassName
{
background-color: #CE4FA2;
}
.BgClassName
{
background-color: #CE4FA2;
}
</style>
border-color css
<style>
span { border-color: #CE4FA2; }
span { border-color: rgb(206,79,162); }
td.TdClassName
{
border-color: #CE4FA2;
}
.TagClassName
{
border-color: #CE4FA2;
}
</style>