Shades of Mulberry #C14F92
Tints of Mulberry #C14F92
RGB
CMYK
RGB Variations
Color information
#C14F92 (or 0xC14F92) is known color: Mulberry. HEX triplet: C1, 4F and 92. RGB value is (193,79,146). Sum of RGB (Red+Green+Blue) = 193+79+146=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F92 is #3EB06D. Grayscale: #787878. Windows color (decimal): -4108398 or 9588673. OLE color: 9588673.
HSL color Cylindrical-coordinate representation of color #C14F92: hue angle of 324.74º 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 #C14F92 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 146 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.24 |
| HSL | 324.74º | 0.48% | 0.53% | - |
| HSV(B) | 324.74º | 0.59% | 0.76% | - |
| XYZ | 29.98 | 19 | 29.28 | - |
| YUV | 120.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 146 | 0 | 0.59 | 0.24 | 0.24 | 324.74 | 0.48 | 0.53 |
| Hex | C1 | 4F | 92 | 0 | 3B | 18 | 18 | 145 | 30 | 35 |
| Octal | 301 | 117 | 222 | 0 | 73 | 30 | 30 | 505 | 60 | 65 |
| Binary | 11000001 | 1001111 | 10010010 | 0 | 111011 | 11000 | 11000 | 101000101 | 110000 | 110101 |
Color Harmonies of #C14F92
Complementary color
Monochromatic Colors of #C14F92
Black with #C14F92
Text Example
Text Example
White with #C14F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F92; }
p { color: rgb(193,79,146); }
H1.HeaderClassName
{
color: #C14F92;
}
.AnyTagClassName
{
color: #C14F92;
}
</style>
background-color css
<style>
a { background-color: #C14F92; }
a { background-color: rgb(193,79,146); }
div.DivClassName
{
background-color: #C14F92;
}
.BgClassName
{
background-color: #C14F92;
}
</style>
border-color css
<style>
span { border-color: #C14F92; }
span { border-color: rgb(193,79,146); }
td.TdClassName
{
border-color: #C14F92;
}
.TagClassName
{
border-color: #C14F92;
}
</style>