Shades of Mulberry #C04EA5
Tints of Mulberry #C04EA5
RGB
CMYK
RGB Variations
Color information
#C04EA5 (or 0xC04EA5) is known color: Mulberry. HEX triplet: C0, 4E and A5. RGB value is (192,78,165). Sum of RGB (Red+Green+Blue) = 192+78+165=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EA5 is #3FB15A. Grayscale: #797979. Windows color (decimal): -4174171 or 10833600. OLE color: 10833600.
HSL color Cylindrical-coordinate representation of color #C04EA5: hue angle of 314.21º 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 #C04EA5 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 165 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.25 |
| HSL | 314.21º | 0.48% | 0.53% | - |
| HSV(B) | 314.21º | 0.59% | 0.75% | - |
| XYZ | 31.25 | 19.37 | 37.69 | - |
| YUV | 122 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 165 | 0 | 0.59 | 0.14 | 0.25 | 314.21 | 0.48 | 0.53 |
| Hex | C0 | 4E | A5 | 0 | 3B | E | 19 | 13A | 30 | 35 |
| Octal | 300 | 116 | 245 | 0 | 73 | 16 | 31 | 472 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10100101 | 0 | 111011 | 1110 | 11001 | 100111010 | 110000 | 110101 |
Color Harmonies of #C04EA5
Complementary color
Monochromatic Colors of #C04EA5
Black with #C04EA5
Text Example
Text Example
White with #C04EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04EA5; }
p { color: rgb(192,78,165); }
H1.HeaderClassName
{
color: #C04EA5;
}
.AnyTagClassName
{
color: #C04EA5;
}
</style>
background-color css
<style>
a { background-color: #C04EA5; }
a { background-color: rgb(192,78,165); }
div.DivClassName
{
background-color: #C04EA5;
}
.BgClassName
{
background-color: #C04EA5;
}
</style>
border-color css
<style>
span { border-color: #C04EA5; }
span { border-color: rgb(192,78,165); }
td.TdClassName
{
border-color: #C04EA5;
}
.TagClassName
{
border-color: #C04EA5;
}
</style>