Shades of Mulberry #C04E9A
Tints of Mulberry #C04E9A
RGB
CMYK
RGB Variations
Color information
#C04E9A (or 0xC04E9A) is known color: Mulberry. HEX triplet: C0, 4E and 9A. RGB value is (192,78,154). Sum of RGB (Red+Green+Blue) = 192+78+154=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E9A is #3FB165. Grayscale: #787878. Windows color (decimal): -4174182 or 10112704. OLE color: 10112704.
HSL color Cylindrical-coordinate representation of color #C04E9A: hue angle of 320º 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 #C04E9A is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 154 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.25 |
| HSL | 320º | 0.48% | 0.53% | - |
| HSV(B) | 320º | 0.59% | 0.75% | - |
| XYZ | 30.3 | 18.99 | 32.64 | - |
| YUV | 120.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 154 | 0 | 0.59 | 0.20 | 0.25 | 320 | 0.48 | 0.53 |
| Hex | C0 | 4E | 9A | 0 | 3B | 14 | 19 | 140 | 30 | 35 |
| Octal | 300 | 116 | 232 | 0 | 73 | 24 | 31 | 500 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10011010 | 0 | 111011 | 10100 | 11001 | 101000000 | 110000 | 110101 |
Color Harmonies of #C04E9A
Complementary color
Monochromatic Colors of #C04E9A
Black with #C04E9A
Text Example
Text Example
White with #C04E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E9A; }
p { color: rgb(192,78,154); }
H1.HeaderClassName
{
color: #C04E9A;
}
.AnyTagClassName
{
color: #C04E9A;
}
</style>
background-color css
<style>
a { background-color: #C04E9A; }
a { background-color: rgb(192,78,154); }
div.DivClassName
{
background-color: #C04E9A;
}
.BgClassName
{
background-color: #C04E9A;
}
</style>
border-color css
<style>
span { border-color: #C04E9A; }
span { border-color: rgb(192,78,154); }
td.TdClassName
{
border-color: #C04E9A;
}
.TagClassName
{
border-color: #C04E9A;
}
</style>