Shades of Mulberry #C14492
Tints of Mulberry #C14492
RGB
CMYK
RGB Variations
Color information
#C14492 (or 0xC14492) is known color: Mulberry. HEX triplet: C1, 44 and 92. RGB value is (193,68,146). Sum of RGB (Red+Green+Blue) = 193+68+146=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C14492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14492 is #3EBB6D. Grayscale: #727272. Windows color (decimal): -4111214 or 9585857. OLE color: 9585857.
HSL color Cylindrical-coordinate representation of color #C14492: hue angle of 322.56º 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 #C14492 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 146 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.24 |
| HSL | 322.56º | 0.5% | 0.51% | - |
| HSV(B) | 322.56º | 0.65% | 0.76% | - |
| XYZ | 29.25 | 17.55 | 29.04 | - |
| YUV | 114.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 146 | 0 | 0.65 | 0.24 | 0.24 | 322.56 | 0.5 | 0.51 |
| Hex | C1 | 44 | 92 | 0 | 41 | 18 | 18 | 143 | 32 | 33 |
| Octal | 301 | 104 | 222 | 0 | 101 | 30 | 30 | 503 | 62 | 63 |
| Binary | 11000001 | 1000100 | 10010010 | 0 | 1000001 | 11000 | 11000 | 101000011 | 110010 | 110011 |
Color Harmonies of #C14492
Complementary color
Monochromatic Colors of #C14492
Black with #C14492
Text Example
Text Example
White with #C14492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14492; }
p { color: rgb(193,68,146); }
H1.HeaderClassName
{
color: #C14492;
}
.AnyTagClassName
{
color: #C14492;
}
</style>
background-color css
<style>
a { background-color: #C14492; }
a { background-color: rgb(193,68,146); }
div.DivClassName
{
background-color: #C14492;
}
.BgClassName
{
background-color: #C14492;
}
</style>
border-color css
<style>
span { border-color: #C14492; }
span { border-color: rgb(193,68,146); }
td.TdClassName
{
border-color: #C14492;
}
.TagClassName
{
border-color: #C14492;
}
</style>