Shades of Mulberry #C04EA6
Tints of Mulberry #C04EA6
RGB
CMYK
RGB Variations
Color information
#C04EA6 (or 0xC04EA6) is known color: Mulberry. HEX triplet: C0, 4E and A6. RGB value is (192,78,166). Sum of RGB (Red+Green+Blue) = 192+78+166=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EA6 is #3FB159. Grayscale: #797979. Windows color (decimal): -4174170 or 10899136. OLE color: 10899136.
HSL color Cylindrical-coordinate representation of color #C04EA6: hue angle of 313.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04EA6 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 166 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.25 |
| HSL | 313.68º | 0.48% | 0.53% | - |
| HSV(B) | 313.68º | 0.59% | 0.75% | - |
| XYZ | 31.35 | 19.41 | 38.17 | - |
| YUV | 122.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 166 | 0 | 0.59 | 0.14 | 0.25 | 313.68 | 0.48 | 0.53 |
| Hex | C0 | 4E | A6 | 0 | 3B | E | 19 | 13A | 30 | 35 |
| Octal | 300 | 116 | 246 | 0 | 73 | 16 | 31 | 472 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10100110 | 0 | 111011 | 1110 | 11001 | 100111010 | 110000 | 110101 |
Color Harmonies of #C04EA6
Complementary color
Monochromatic Colors of #C04EA6
Black with #C04EA6
Text Example
Text Example
White with #C04EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EA6; }
p { color: rgb(192,78,166); }
H1.HeaderClassName
{
color: #C04EA6;
}
.AnyTagClassName
{
color: #C04EA6;
}
</style>
background-color css
<style>
a { background-color: #C04EA6; }
a { background-color: rgb(192,78,166); }
div.DivClassName
{
background-color: #C04EA6;
}
.BgClassName
{
background-color: #C04EA6;
}
</style>
border-color css
<style>
span { border-color: #C04EA6; }
span { border-color: rgb(192,78,166); }
td.TdClassName
{
border-color: #C04EA6;
}
.TagClassName
{
border-color: #C04EA6;
}
</style>