Shades of Mulberry #C14694
Tints of Mulberry #C14694
RGB
CMYK
RGB Variations
Color information
#C14694 (or 0xC14694) is known color: Mulberry. HEX triplet: C1, 46 and 94. RGB value is (193,70,148). Sum of RGB (Red+Green+Blue) = 193+70+148=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C14694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14694 is #3EB96B. Grayscale: #737373. Windows color (decimal): -4110700 or 9717441. OLE color: 9717441.
HSL color Cylindrical-coordinate representation of color #C14694: hue angle of 321.95º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14694 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 148 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.24 |
| HSL | 321.95º | 0.5% | 0.52% | - |
| HSV(B) | 321.95º | 0.64% | 0.76% | - |
| XYZ | 29.53 | 17.86 | 29.91 | - |
| YUV | 115.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 148 | 0 | 0.64 | 0.23 | 0.24 | 321.95 | 0.5 | 0.52 |
| Hex | C1 | 46 | 94 | 0 | 40 | 17 | 18 | 142 | 32 | 34 |
| Octal | 301 | 106 | 224 | 0 | 100 | 27 | 30 | 502 | 62 | 64 |
| Binary | 11000001 | 1000110 | 10010100 | 0 | 1000000 | 10111 | 11000 | 101000010 | 110010 | 110100 |
Color Harmonies of #C14694
Complementary color
Monochromatic Colors of #C14694
Black with #C14694
Text Example
Text Example
White with #C14694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14694; }
p { color: rgb(193,70,148); }
H1.HeaderClassName
{
color: #C14694;
}
.AnyTagClassName
{
color: #C14694;
}
</style>
background-color css
<style>
a { background-color: #C14694; }
a { background-color: rgb(193,70,148); }
div.DivClassName
{
background-color: #C14694;
}
.BgClassName
{
background-color: #C14694;
}
</style>
border-color css
<style>
span { border-color: #C14694; }
span { border-color: rgb(193,70,148); }
td.TdClassName
{
border-color: #C14694;
}
.TagClassName
{
border-color: #C14694;
}
</style>