Shades of Mulberry #C04196
Tints of Mulberry #C04196
RGB
CMYK
RGB Variations
Color information
#C04196 (or 0xC04196) is known color: Mulberry. HEX triplet: C0, 41 and 96. RGB value is (192,65,150). Sum of RGB (Red+Green+Blue) = 192+65+150=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04196 is #3FBE69. Grayscale: #707070. Windows color (decimal): -4177514 or 9847232. OLE color: 9847232.
HSL color Cylindrical-coordinate representation of color #C04196: hue angle of 319.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04196 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 150 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.25 |
| HSL | 319.84º | 0.5% | 0.5% | - |
| HSV(B) | 319.84º | 0.66% | 0.75% | - |
| XYZ | 29.13 | 17.19 | 30.64 | - |
| YUV | 112.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 150 | 0 | 0.66 | 0.22 | 0.25 | 319.84 | 0.5 | 0.5 |
| Hex | C0 | 41 | 96 | 0 | 42 | 16 | 19 | 140 | 32 | 32 |
| Octal | 300 | 101 | 226 | 0 | 102 | 26 | 31 | 500 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10010110 | 0 | 1000010 | 10110 | 11001 | 101000000 | 110010 | 110010 |
Color Harmonies of #C04196
Complementary color
Monochromatic Colors of #C04196
Black with #C04196
Text Example
Text Example
White with #C04196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04196; }
p { color: rgb(192,65,150); }
H1.HeaderClassName
{
color: #C04196;
}
.AnyTagClassName
{
color: #C04196;
}
</style>
background-color css
<style>
a { background-color: #C04196; }
a { background-color: rgb(192,65,150); }
div.DivClassName
{
background-color: #C04196;
}
.BgClassName
{
background-color: #C04196;
}
</style>
border-color css
<style>
span { border-color: #C04196; }
span { border-color: rgb(192,65,150); }
td.TdClassName
{
border-color: #C04196;
}
.TagClassName
{
border-color: #C04196;
}
</style>