Shades of Mulberry #C04F9A
Tints of Mulberry #C04F9A
RGB
CMYK
RGB Variations
Color information
#C04F9A (or 0xC04F9A) is known color: Mulberry. HEX triplet: C0, 4F and 9A. RGB value is (192,79,154). Sum of RGB (Red+Green+Blue) = 192+79+154=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F9A is #3FB065. Grayscale: #797979. Windows color (decimal): -4173926 or 10112960. OLE color: 10112960.
HSL color Cylindrical-coordinate representation of color #C04F9A: hue angle of 320.18º 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 #C04F9A is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 154 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.25 |
| HSL | 320.18º | 0.47% | 0.53% | - |
| HSV(B) | 320.18º | 0.59% | 0.75% | - |
| XYZ | 30.37 | 19.13 | 32.66 | - |
| YUV | 121.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 154 | 0 | 0.59 | 0.20 | 0.25 | 320.18 | 0.47 | 0.53 |
| Hex | C0 | 4F | 9A | 0 | 3B | 14 | 19 | 140 | 2F | 35 |
| Octal | 300 | 117 | 232 | 0 | 73 | 24 | 31 | 500 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10011010 | 0 | 111011 | 10100 | 11001 | 101000000 | 101111 | 110101 |
Color Harmonies of #C04F9A
Complementary color
Monochromatic Colors of #C04F9A
Black with #C04F9A
Text Example
Text Example
White with #C04F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F9A; }
p { color: rgb(192,79,154); }
H1.HeaderClassName
{
color: #C04F9A;
}
.AnyTagClassName
{
color: #C04F9A;
}
</style>
background-color css
<style>
a { background-color: #C04F9A; }
a { background-color: rgb(192,79,154); }
div.DivClassName
{
background-color: #C04F9A;
}
.BgClassName
{
background-color: #C04F9A;
}
</style>
border-color css
<style>
span { border-color: #C04F9A; }
span { border-color: rgb(192,79,154); }
td.TdClassName
{
border-color: #C04F9A;
}
.TagClassName
{
border-color: #C04F9A;
}
</style>