Shades of Mulberry #C14F8C
Tints of Mulberry #C14F8C
RGB
CMYK
RGB Variations
Color information
#C14F8C (or 0xC14F8C) is known color: Mulberry. HEX triplet: C1, 4F and 8C. RGB value is (193,79,140). Sum of RGB (Red+Green+Blue) = 193+79+140=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F8C is #3EB073. Grayscale: #777777. Windows color (decimal): -4108404 or 9195457. OLE color: 9195457.
HSL color Cylindrical-coordinate representation of color #C14F8C: hue angle of 327.89º 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 #C14F8C is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 140 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.24 |
| HSL | 327.89º | 0.48% | 0.53% | - |
| HSV(B) | 327.89º | 0.59% | 0.76% | - |
| XYZ | 29.52 | 18.82 | 26.89 | - |
| YUV | 120.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 140 | 0 | 0.59 | 0.27 | 0.24 | 327.89 | 0.48 | 0.53 |
| Hex | C1 | 4F | 8C | 0 | 3B | 1B | 18 | 148 | 30 | 35 |
| Octal | 301 | 117 | 214 | 0 | 73 | 33 | 30 | 510 | 60 | 65 |
| Binary | 11000001 | 1001111 | 10001100 | 0 | 111011 | 11011 | 11000 | 101001000 | 110000 | 110101 |
Color Harmonies of #C14F8C
Complementary color
Monochromatic Colors of #C14F8C
Black with #C14F8C
Text Example
Text Example
White with #C14F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F8C; }
p { color: rgb(193,79,140); }
H1.HeaderClassName
{
color: #C14F8C;
}
.AnyTagClassName
{
color: #C14F8C;
}
</style>
background-color css
<style>
a { background-color: #C14F8C; }
a { background-color: rgb(193,79,140); }
div.DivClassName
{
background-color: #C14F8C;
}
.BgClassName
{
background-color: #C14F8C;
}
</style>
border-color css
<style>
span { border-color: #C14F8C; }
span { border-color: rgb(193,79,140); }
td.TdClassName
{
border-color: #C14F8C;
}
.TagClassName
{
border-color: #C14F8C;
}
</style>