Shades of Mulberry #C14890
Tints of Mulberry #C14890
RGB
CMYK
RGB Variations
Color information
#C14890 (or 0xC14890) is known color: Mulberry. HEX triplet: C1, 48 and 90. RGB value is (193,72,144). Sum of RGB (Red+Green+Blue) = 193+72+144=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14890 is #3EB76F. Grayscale: #747474. Windows color (decimal): -4110192 or 9455809. OLE color: 9455809.
HSL color Cylindrical-coordinate representation of color #C14890: hue angle of 324.3º degrees, saturation: 0.49, 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 #C14890 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 144 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.24 |
| HSL | 324.3º | 0.49% | 0.52% | - |
| HSV(B) | 324.3º | 0.63% | 0.76% | - |
| XYZ | 29.34 | 17.99 | 28.31 | - |
| YUV | 116.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 144 | 0 | 0.63 | 0.25 | 0.24 | 324.3 | 0.49 | 0.52 |
| Hex | C1 | 48 | 90 | 0 | 3F | 19 | 18 | 144 | 31 | 34 |
| Octal | 301 | 110 | 220 | 0 | 77 | 31 | 30 | 504 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10010000 | 0 | 111111 | 11001 | 11000 | 101000100 | 110001 | 110100 |
Color Harmonies of #C14890
Complementary color
Monochromatic Colors of #C14890
Black with #C14890
Text Example
Text Example
White with #C14890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14890; }
p { color: rgb(193,72,144); }
H1.HeaderClassName
{
color: #C14890;
}
.AnyTagClassName
{
color: #C14890;
}
</style>
background-color css
<style>
a { background-color: #C14890; }
a { background-color: rgb(193,72,144); }
div.DivClassName
{
background-color: #C14890;
}
.BgClassName
{
background-color: #C14890;
}
</style>
border-color css
<style>
span { border-color: #C14890; }
span { border-color: rgb(193,72,144); }
td.TdClassName
{
border-color: #C14890;
}
.TagClassName
{
border-color: #C14890;
}
</style>