Shades of Mulberry #C0419E
Tints of Mulberry #C0419E
RGB
CMYK
RGB Variations
Color information
#C0419E (or 0xC0419E) is known color: Mulberry. HEX triplet: C0, 41 and 9E. RGB value is (192,65,158). Sum of RGB (Red+Green+Blue) = 192+65+158=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0419E is #3FBE61. Grayscale: #717171. Windows color (decimal): -4177506 or 10371520. OLE color: 10371520.
HSL color Cylindrical-coordinate representation of color #C0419E: hue angle of 316.06º 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 #C0419E is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 158 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.25 |
| HSL | 316.06º | 0.5% | 0.5% | - |
| HSV(B) | 316.06º | 0.66% | 0.75% | - |
| XYZ | 29.8 | 17.46 | 34.15 | - |
| YUV | 113.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 158 | 0 | 0.66 | 0.18 | 0.25 | 316.06 | 0.5 | 0.5 |
| Hex | C0 | 41 | 9E | 0 | 42 | 12 | 19 | 13C | 32 | 32 |
| Octal | 300 | 101 | 236 | 0 | 102 | 22 | 31 | 474 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10011110 | 0 | 1000010 | 10010 | 11001 | 100111100 | 110010 | 110010 |
Color Harmonies of #C0419E
Complementary color
Monochromatic Colors of #C0419E
Black with #C0419E
Text Example
Text Example
White with #C0419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0419E; }
p { color: rgb(192,65,158); }
H1.HeaderClassName
{
color: #C0419E;
}
.AnyTagClassName
{
color: #C0419E;
}
</style>
background-color css
<style>
a { background-color: #C0419E; }
a { background-color: rgb(192,65,158); }
div.DivClassName
{
background-color: #C0419E;
}
.BgClassName
{
background-color: #C0419E;
}
</style>
border-color css
<style>
span { border-color: #C0419E; }
span { border-color: rgb(192,65,158); }
td.TdClassName
{
border-color: #C0419E;
}
.TagClassName
{
border-color: #C0419E;
}
</style>