Shades of Mulberry #C14391
Tints of Mulberry #C14391
RGB
CMYK
RGB Variations
Color information
#C14391 (or 0xC14391) is known color: Mulberry. HEX triplet: C1, 43 and 91. RGB value is (193,67,145). Sum of RGB (Red+Green+Blue) = 193+67+145=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C14391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14391 is #3EBC6E. Grayscale: #717171. Windows color (decimal): -4111471 or 9520065. OLE color: 9520065.
HSL color Cylindrical-coordinate representation of color #C14391: hue angle of 322.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14391 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 145 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.24 |
| HSL | 322.86º | 0.5% | 0.51% | - |
| HSV(B) | 322.86º | 0.65% | 0.76% | - |
| XYZ | 29.11 | 17.4 | 28.61 | - |
| YUV | 113.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 145 | 0 | 0.65 | 0.25 | 0.24 | 322.86 | 0.5 | 0.51 |
| Hex | C1 | 43 | 91 | 0 | 41 | 19 | 18 | 143 | 32 | 33 |
| Octal | 301 | 103 | 221 | 0 | 101 | 31 | 30 | 503 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10010001 | 0 | 1000001 | 11001 | 11000 | 101000011 | 110010 | 110011 |
Color Harmonies of #C14391
Complementary color
Monochromatic Colors of #C14391
Black with #C14391
Text Example
Text Example
White with #C14391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14391; }
p { color: rgb(193,67,145); }
H1.HeaderClassName
{
color: #C14391;
}
.AnyTagClassName
{
color: #C14391;
}
</style>
background-color css
<style>
a { background-color: #C14391; }
a { background-color: rgb(193,67,145); }
div.DivClassName
{
background-color: #C14391;
}
.BgClassName
{
background-color: #C14391;
}
</style>
border-color css
<style>
span { border-color: #C14391; }
span { border-color: rgb(193,67,145); }
td.TdClassName
{
border-color: #C14391;
}
.TagClassName
{
border-color: #C14391;
}
</style>