Shades of Mulberry #C14594
Tints of Mulberry #C14594
RGB
CMYK
RGB Variations
Color information
#C14594 (or 0xC14594) is known color: Mulberry. HEX triplet: C1, 45 and 94. RGB value is (193,69,148). Sum of RGB (Red+Green+Blue) = 193+69+148=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C14594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14594 is #3EBA6B. Grayscale: #727272. Windows color (decimal): -4110956 or 9717185. OLE color: 9717185.
HSL color Cylindrical-coordinate representation of color #C14594: hue angle of 321.77º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14594 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 148 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.24 |
| HSL | 321.77º | 0.5% | 0.51% | - |
| HSV(B) | 321.77º | 0.64% | 0.76% | - |
| XYZ | 29.47 | 17.73 | 29.89 | - |
| YUV | 115.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 148 | 0 | 0.64 | 0.23 | 0.24 | 321.77 | 0.5 | 0.51 |
| Hex | C1 | 45 | 94 | 0 | 40 | 17 | 18 | 142 | 32 | 33 |
| Octal | 301 | 105 | 224 | 0 | 100 | 27 | 30 | 502 | 62 | 63 |
| Binary | 11000001 | 1000101 | 10010100 | 0 | 1000000 | 10111 | 11000 | 101000010 | 110010 | 110011 |
Color Harmonies of #C14594
Complementary color
Monochromatic Colors of #C14594
Black with #C14594
Text Example
Text Example
White with #C14594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14594; }
p { color: rgb(193,69,148); }
H1.HeaderClassName
{
color: #C14594;
}
.AnyTagClassName
{
color: #C14594;
}
</style>
background-color css
<style>
a { background-color: #C14594; }
a { background-color: rgb(193,69,148); }
div.DivClassName
{
background-color: #C14594;
}
.BgClassName
{
background-color: #C14594;
}
</style>
border-color css
<style>
span { border-color: #C14594; }
span { border-color: rgb(193,69,148); }
td.TdClassName
{
border-color: #C14594;
}
.TagClassName
{
border-color: #C14594;
}
</style>