Shades of Mulberry #C14194
Tints of Mulberry #C14194
RGB
CMYK
RGB Variations
Color information
#C14194 (or 0xC14194) is known color: Mulberry. HEX triplet: C1, 41 and 94. RGB value is (193,65,148). Sum of RGB (Red+Green+Blue) = 193+65+148=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C14194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14194 is #3EBE6B. Grayscale: #707070. Windows color (decimal): -4111980 or 9716161. OLE color: 9716161.
HSL color Cylindrical-coordinate representation of color #C14194: hue angle of 321.09º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14194 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 148 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.24 |
| HSL | 321.09º | 0.51% | 0.51% | - |
| HSV(B) | 321.09º | 0.66% | 0.76% | - |
| XYZ | 29.23 | 17.26 | 29.81 | - |
| YUV | 112.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 148 | 0 | 0.66 | 0.23 | 0.24 | 321.09 | 0.51 | 0.51 |
| Hex | C1 | 41 | 94 | 0 | 42 | 17 | 18 | 141 | 33 | 33 |
| Octal | 301 | 101 | 224 | 0 | 102 | 27 | 30 | 501 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10010100 | 0 | 1000010 | 10111 | 11000 | 101000001 | 110011 | 110011 |
Color Harmonies of #C14194
Complementary color
Monochromatic Colors of #C14194
Black with #C14194
Text Example
Text Example
White with #C14194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14194; }
p { color: rgb(193,65,148); }
H1.HeaderClassName
{
color: #C14194;
}
.AnyTagClassName
{
color: #C14194;
}
</style>
background-color css
<style>
a { background-color: #C14194; }
a { background-color: rgb(193,65,148); }
div.DivClassName
{
background-color: #C14194;
}
.BgClassName
{
background-color: #C14194;
}
</style>
border-color css
<style>
span { border-color: #C14194; }
span { border-color: rgb(193,65,148); }
td.TdClassName
{
border-color: #C14194;
}
.TagClassName
{
border-color: #C14194;
}
</style>