Shades of Mulberry #C14790
Tints of Mulberry #C14790
RGB
CMYK
RGB Variations
Color information
#C14790 (or 0xC14790) is known color: Mulberry. HEX triplet: C1, 47 and 90. RGB value is (193,71,144). Sum of RGB (Red+Green+Blue) = 193+71+144=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C14790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14790 is #3EB86F. Grayscale: #737373. Windows color (decimal): -4110448 or 9455553. OLE color: 9455553.
HSL color Cylindrical-coordinate representation of color #C14790: hue angle of 324.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14790 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 144 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.24 |
| HSL | 324.1º | 0.5% | 0.52% | - |
| HSV(B) | 324.1º | 0.63% | 0.76% | - |
| XYZ | 29.28 | 17.86 | 28.29 | - |
| YUV | 115.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 144 | 0 | 0.63 | 0.25 | 0.24 | 324.1 | 0.5 | 0.52 |
| Hex | C1 | 47 | 90 | 0 | 3F | 19 | 18 | 144 | 32 | 34 |
| Octal | 301 | 107 | 220 | 0 | 77 | 31 | 30 | 504 | 62 | 64 |
| Binary | 11000001 | 1000111 | 10010000 | 0 | 111111 | 11001 | 11000 | 101000100 | 110010 | 110100 |
Color Harmonies of #C14790
Complementary color
Monochromatic Colors of #C14790
Black with #C14790
Text Example
Text Example
White with #C14790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14790; }
p { color: rgb(193,71,144); }
H1.HeaderClassName
{
color: #C14790;
}
.AnyTagClassName
{
color: #C14790;
}
</style>
background-color css
<style>
a { background-color: #C14790; }
a { background-color: rgb(193,71,144); }
div.DivClassName
{
background-color: #C14790;
}
.BgClassName
{
background-color: #C14790;
}
</style>
border-color css
<style>
span { border-color: #C14790; }
span { border-color: rgb(193,71,144); }
td.TdClassName
{
border-color: #C14790;
}
.TagClassName
{
border-color: #C14790;
}
</style>