Shades of Mulberry #C04FA6
Tints of Mulberry #C04FA6
RGB
CMYK
RGB Variations
Color information
#C04FA6 (or 0xC04FA6) is known color: Mulberry. HEX triplet: C0, 4F and A6. RGB value is (192,79,166). Sum of RGB (Red+Green+Blue) = 192+79+166=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FA6 is #3FB059. Grayscale: #7A7A7A. Windows color (decimal): -4173914 or 10899392. OLE color: 10899392.
HSL color Cylindrical-coordinate representation of color #C04FA6: hue angle of 313.81º 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 #C04FA6 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 166 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.25 |
| HSL | 313.81º | 0.47% | 0.53% | - |
| HSV(B) | 313.81º | 0.59% | 0.75% | - |
| XYZ | 31.42 | 19.55 | 38.19 | - |
| YUV | 122.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 166 | 0 | 0.59 | 0.14 | 0.25 | 313.81 | 0.47 | 0.53 |
| Hex | C0 | 4F | A6 | 0 | 3B | E | 19 | 13A | 2F | 35 |
| Octal | 300 | 117 | 246 | 0 | 73 | 16 | 31 | 472 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10100110 | 0 | 111011 | 1110 | 11001 | 100111010 | 101111 | 110101 |
Color Harmonies of #C04FA6
Complementary color
Monochromatic Colors of #C04FA6
Black with #C04FA6
Text Example
Text Example
White with #C04FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FA6; }
p { color: rgb(192,79,166); }
H1.HeaderClassName
{
color: #C04FA6;
}
.AnyTagClassName
{
color: #C04FA6;
}
</style>
background-color css
<style>
a { background-color: #C04FA6; }
a { background-color: rgb(192,79,166); }
div.DivClassName
{
background-color: #C04FA6;
}
.BgClassName
{
background-color: #C04FA6;
}
</style>
border-color css
<style>
span { border-color: #C04FA6; }
span { border-color: rgb(192,79,166); }
td.TdClassName
{
border-color: #C04FA6;
}
.TagClassName
{
border-color: #C04FA6;
}
</style>