Shades of Mulberry #C14091
Tints of Mulberry #C14091
RGB
CMYK
RGB Variations
Color information
#C14091 (or 0xC14091) is known color: Mulberry. HEX triplet: C1, 40 and 91. RGB value is (193,64,145). Sum of RGB (Red+Green+Blue) = 193+64+145=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C14091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14091 is #3EBF6E. Grayscale: #6F6F6F. Windows color (decimal): -4112239 or 9519297. OLE color: 9519297.
HSL color Cylindrical-coordinate representation of color #C14091: hue angle of 322.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14091 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 145 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.24 |
| HSL | 322.33º | 0.51% | 0.5% | - |
| HSV(B) | 322.33º | 0.67% | 0.76% | - |
| XYZ | 28.94 | 17.05 | 28.55 | - |
| YUV | 111.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 145 | 0 | 0.67 | 0.25 | 0.24 | 322.33 | 0.51 | 0.5 |
| Hex | C1 | 40 | 91 | 0 | 43 | 19 | 18 | 142 | 33 | 32 |
| Octal | 301 | 100 | 221 | 0 | 103 | 31 | 30 | 502 | 63 | 62 |
| Binary | 11000001 | 1000000 | 10010001 | 0 | 1000011 | 11001 | 11000 | 101000010 | 110011 | 110010 |
Color Harmonies of #C14091
Complementary color
Monochromatic Colors of #C14091
Black with #C14091
Text Example
Text Example
White with #C14091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14091; }
p { color: rgb(193,64,145); }
H1.HeaderClassName
{
color: #C14091;
}
.AnyTagClassName
{
color: #C14091;
}
</style>
background-color css
<style>
a { background-color: #C14091; }
a { background-color: rgb(193,64,145); }
div.DivClassName
{
background-color: #C14091;
}
.BgClassName
{
background-color: #C14091;
}
</style>
border-color css
<style>
span { border-color: #C14091; }
span { border-color: rgb(193,64,145); }
td.TdClassName
{
border-color: #C14091;
}
.TagClassName
{
border-color: #C14091;
}
</style>