Shades of Mulberry #C14192
Tints of Mulberry #C14192
RGB
CMYK
RGB Variations
Color information
#C14192 (or 0xC14192) is known color: Mulberry. HEX triplet: C1, 41 and 92. RGB value is (193,65,146). Sum of RGB (Red+Green+Blue) = 193+65+146=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C14192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14192 is #3EBE6D. Grayscale: #707070. Windows color (decimal): -4111982 or 9585089. OLE color: 9585089.
HSL color Cylindrical-coordinate representation of color #C14192: hue angle of 322.03º 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 #C14192 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 146 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.24 |
| HSL | 322.03º | 0.51% | 0.51% | - |
| HSV(B) | 322.03º | 0.66% | 0.76% | - |
| XYZ | 29.07 | 17.19 | 28.98 | - |
| YUV | 112.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 146 | 0 | 0.66 | 0.24 | 0.24 | 322.03 | 0.51 | 0.51 |
| Hex | C1 | 41 | 92 | 0 | 42 | 18 | 18 | 142 | 33 | 33 |
| Octal | 301 | 101 | 222 | 0 | 102 | 30 | 30 | 502 | 63 | 63 |
| Binary | 11000001 | 1000001 | 10010010 | 0 | 1000010 | 11000 | 11000 | 101000010 | 110011 | 110011 |
Color Harmonies of #C14192
Complementary color
Monochromatic Colors of #C14192
Black with #C14192
Text Example
Text Example
White with #C14192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14192; }
p { color: rgb(193,65,146); }
H1.HeaderClassName
{
color: #C14192;
}
.AnyTagClassName
{
color: #C14192;
}
</style>
background-color css
<style>
a { background-color: #C14192; }
a { background-color: rgb(193,65,146); }
div.DivClassName
{
background-color: #C14192;
}
.BgClassName
{
background-color: #C14192;
}
</style>
border-color css
<style>
span { border-color: #C14192; }
span { border-color: rgb(193,65,146); }
td.TdClassName
{
border-color: #C14192;
}
.TagClassName
{
border-color: #C14192;
}
</style>