Shades of Mulberry #C14FA2
Tints of Mulberry #C14FA2
RGB
CMYK
RGB Variations
Color information
#C14FA2 (or 0xC14FA2) is known color: Mulberry. HEX triplet: C1, 4F and A2. RGB value is (193,79,162). Sum of RGB (Red+Green+Blue) = 193+79+162=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14FA2 is #3EB05D. Grayscale: #7A7A7A. Windows color (decimal): -4108382 or 10637249. OLE color: 10637249.
HSL color Cylindrical-coordinate representation of color #C14FA2: hue angle of 316.32º 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 #C14FA2 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 162 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.24 |
| HSL | 316.32º | 0.48% | 0.53% | - |
| HSV(B) | 316.32º | 0.59% | 0.76% | - |
| XYZ | 31.31 | 19.54 | 36.3 | - |
| YUV | 122.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 162 | 0 | 0.59 | 0.16 | 0.24 | 316.32 | 0.48 | 0.53 |
| Hex | C1 | 4F | A2 | 0 | 3B | 10 | 18 | 13C | 30 | 35 |
| Octal | 301 | 117 | 242 | 0 | 73 | 20 | 30 | 474 | 60 | 65 |
| Binary | 11000001 | 1001111 | 10100010 | 0 | 111011 | 10000 | 11000 | 100111100 | 110000 | 110101 |
Color Harmonies of #C14FA2
Complementary color
Monochromatic Colors of #C14FA2
Black with #C14FA2
Text Example
Text Example
White with #C14FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FA2; }
p { color: rgb(193,79,162); }
H1.HeaderClassName
{
color: #C14FA2;
}
.AnyTagClassName
{
color: #C14FA2;
}
</style>
background-color css
<style>
a { background-color: #C14FA2; }
a { background-color: rgb(193,79,162); }
div.DivClassName
{
background-color: #C14FA2;
}
.BgClassName
{
background-color: #C14FA2;
}
</style>
border-color css
<style>
span { border-color: #C14FA2; }
span { border-color: rgb(193,79,162); }
td.TdClassName
{
border-color: #C14FA2;
}
.TagClassName
{
border-color: #C14FA2;
}
</style>