Shades of Mulberry #C14FA1
Tints of Mulberry #C14FA1
RGB
CMYK
RGB Variations
Color information
#C14FA1 (or 0xC14FA1) is known color: Mulberry. HEX triplet: C1, 4F and A1. RGB value is (193,79,161). Sum of RGB (Red+Green+Blue) = 193+79+161=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14FA1 is #3EB05E. Grayscale: #7A7A7A. Windows color (decimal): -4108383 or 10571713. OLE color: 10571713.
HSL color Cylindrical-coordinate representation of color #C14FA1: hue angle of 316.84º 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 #C14FA1 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 161 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.24 |
| HSL | 316.84º | 0.48% | 0.53% | - |
| HSV(B) | 316.84º | 0.59% | 0.76% | - |
| XYZ | 31.22 | 19.5 | 35.84 | - |
| YUV | 122.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 161 | 0 | 0.59 | 0.17 | 0.24 | 316.84 | 0.48 | 0.53 |
| Hex | C1 | 4F | A1 | 0 | 3B | 11 | 18 | 13D | 30 | 35 |
| Octal | 301 | 117 | 241 | 0 | 73 | 21 | 30 | 475 | 60 | 65 |
| Binary | 11000001 | 1001111 | 10100001 | 0 | 111011 | 10001 | 11000 | 100111101 | 110000 | 110101 |
Color Harmonies of #C14FA1
Complementary color
Monochromatic Colors of #C14FA1
Black with #C14FA1
Text Example
Text Example
White with #C14FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FA1; }
p { color: rgb(193,79,161); }
H1.HeaderClassName
{
color: #C14FA1;
}
.AnyTagClassName
{
color: #C14FA1;
}
</style>
background-color css
<style>
a { background-color: #C14FA1; }
a { background-color: rgb(193,79,161); }
div.DivClassName
{
background-color: #C14FA1;
}
.BgClassName
{
background-color: #C14FA1;
}
</style>
border-color css
<style>
span { border-color: #C14FA1; }
span { border-color: rgb(193,79,161); }
td.TdClassName
{
border-color: #C14FA1;
}
.TagClassName
{
border-color: #C14FA1;
}
</style>