Shades of Mulberry #C14396
Tints of Mulberry #C14396
RGB
CMYK
RGB Variations
Color information
#C14396 (or 0xC14396) is known color: Mulberry. HEX triplet: C1, 43 and 96. RGB value is (193,67,150). Sum of RGB (Red+Green+Blue) = 193+67+150=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C14396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14396 is #3EBC69. Grayscale: #717171. Windows color (decimal): -4111466 or 9847745. OLE color: 9847745.
HSL color Cylindrical-coordinate representation of color #C14396: hue angle of 320.48º 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 #C14396 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 150 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.24 |
| HSL | 320.48º | 0.5% | 0.51% | - |
| HSV(B) | 320.48º | 0.65% | 0.76% | - |
| XYZ | 29.5 | 17.55 | 30.69 | - |
| YUV | 114.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 150 | 0 | 0.65 | 0.22 | 0.24 | 320.48 | 0.5 | 0.51 |
| Hex | C1 | 43 | 96 | 0 | 41 | 16 | 18 | 140 | 32 | 33 |
| Octal | 301 | 103 | 226 | 0 | 101 | 26 | 30 | 500 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10010110 | 0 | 1000001 | 10110 | 11000 | 101000000 | 110010 | 110011 |
Color Harmonies of #C14396
Complementary color
Monochromatic Colors of #C14396
Black with #C14396
Text Example
Text Example
White with #C14396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14396; }
p { color: rgb(193,67,150); }
H1.HeaderClassName
{
color: #C14396;
}
.AnyTagClassName
{
color: #C14396;
}
</style>
background-color css
<style>
a { background-color: #C14396; }
a { background-color: rgb(193,67,150); }
div.DivClassName
{
background-color: #C14396;
}
.BgClassName
{
background-color: #C14396;
}
</style>
border-color css
<style>
span { border-color: #C14396; }
span { border-color: rgb(193,67,150); }
td.TdClassName
{
border-color: #C14396;
}
.TagClassName
{
border-color: #C14396;
}
</style>