Shades of Mulberry #C14392
Tints of Mulberry #C14392
RGB
CMYK
RGB Variations
Color information
#C14392 (or 0xC14392) is known color: Mulberry. HEX triplet: C1, 43 and 92. RGB value is (193,67,146). Sum of RGB (Red+Green+Blue) = 193+67+146=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C14392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14392 is #3EBC6D. Grayscale: #717171. Windows color (decimal): -4111470 or 9585601. OLE color: 9585601.
HSL color Cylindrical-coordinate representation of color #C14392: hue angle of 322.38º 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 #C14392 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 146 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.24 |
| HSL | 322.38º | 0.5% | 0.51% | - |
| HSV(B) | 322.38º | 0.65% | 0.76% | - |
| XYZ | 29.19 | 17.43 | 29.02 | - |
| YUV | 113.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 146 | 0 | 0.65 | 0.24 | 0.24 | 322.38 | 0.5 | 0.51 |
| Hex | C1 | 43 | 92 | 0 | 41 | 18 | 18 | 142 | 32 | 33 |
| Octal | 301 | 103 | 222 | 0 | 101 | 30 | 30 | 502 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10010010 | 0 | 1000001 | 11000 | 11000 | 101000010 | 110010 | 110011 |
Color Harmonies of #C14392
Complementary color
Monochromatic Colors of #C14392
Black with #C14392
Text Example
Text Example
White with #C14392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14392; }
p { color: rgb(193,67,146); }
H1.HeaderClassName
{
color: #C14392;
}
.AnyTagClassName
{
color: #C14392;
}
</style>
background-color css
<style>
a { background-color: #C14392; }
a { background-color: rgb(193,67,146); }
div.DivClassName
{
background-color: #C14392;
}
.BgClassName
{
background-color: #C14392;
}
</style>
border-color css
<style>
span { border-color: #C14392; }
span { border-color: rgb(193,67,146); }
td.TdClassName
{
border-color: #C14392;
}
.TagClassName
{
border-color: #C14392;
}
</style>