Shades of Mulberry #C14F9A
Tints of Mulberry #C14F9A
RGB
CMYK
RGB Variations
Color information
#C14F9A (or 0xC14F9A) is known color: Mulberry. HEX triplet: C1, 4F and 9A. RGB value is (193,79,154). Sum of RGB (Red+Green+Blue) = 193+79+154=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F9A is #3EB065. Grayscale: #797979. Windows color (decimal): -4108390 or 10112961. OLE color: 10112961.
HSL color Cylindrical-coordinate representation of color #C14F9A: hue angle of 320.53º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14F9A is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 154 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.24 |
| HSL | 320.53º | 0.48% | 0.53% | - |
| HSV(B) | 320.53º | 0.59% | 0.76% | - |
| XYZ | 30.62 | 19.26 | 32.68 | - |
| YUV | 121.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 154 | 0 | 0.59 | 0.20 | 0.24 | 320.53 | 0.48 | 0.53 |
| Hex | C1 | 4F | 9A | 0 | 3B | 14 | 18 | 141 | 30 | 35 |
| Octal | 301 | 117 | 232 | 0 | 73 | 24 | 30 | 501 | 60 | 65 |
| Binary | 11000001 | 1001111 | 10011010 | 0 | 111011 | 10100 | 11000 | 101000001 | 110000 | 110101 |
Color Harmonies of #C14F9A
Complementary color
Monochromatic Colors of #C14F9A
Black with #C14F9A
Text Example
Text Example
White with #C14F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F9A; }
p { color: rgb(193,79,154); }
H1.HeaderClassName
{
color: #C14F9A;
}
.AnyTagClassName
{
color: #C14F9A;
}
</style>
background-color css
<style>
a { background-color: #C14F9A; }
a { background-color: rgb(193,79,154); }
div.DivClassName
{
background-color: #C14F9A;
}
.BgClassName
{
background-color: #C14F9A;
}
</style>
border-color css
<style>
span { border-color: #C14F9A; }
span { border-color: rgb(193,79,154); }
td.TdClassName
{
border-color: #C14F9A;
}
.TagClassName
{
border-color: #C14F9A;
}
</style>