Shades of Fuchsia #C14EA9
Tints of Fuchsia #C14EA9
RGB
CMYK
RGB Variations
Color information
#C14EA9 (or 0xC14EA9) is known color: Fuchsia. HEX triplet: C1, 4E and A9. RGB value is (193,78,169). Sum of RGB (Red+Green+Blue) = 193+78+169=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14EA9 is #3EB156. Grayscale: #7A7A7A. Windows color (decimal): -4108631 or 11095745. OLE color: 11095745.
HSL color Cylindrical-coordinate representation of color #C14EA9: hue angle of 312.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14EA9 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 169 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.24 |
| HSL | 312.52º | 0.48% | 0.53% | - |
| HSV(B) | 312.52º | 0.6% | 0.76% | - |
| XYZ | 31.88 | 19.65 | 39.65 | - |
| YUV | 122.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 169 | 0 | 0.60 | 0.12 | 0.24 | 312.52 | 0.48 | 0.53 |
| Hex | C1 | 4E | A9 | 0 | 3C | C | 18 | 139 | 30 | 35 |
| Octal | 301 | 116 | 251 | 0 | 74 | 14 | 30 | 471 | 60 | 65 |
| Binary | 11000001 | 1001110 | 10101001 | 0 | 111100 | 1100 | 11000 | 100111001 | 110000 | 110101 |
Color Harmonies of #C14EA9
Complementary color
Monochromatic Colors of #C14EA9
Black with #C14EA9
Text Example
Text Example
White with #C14EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EA9; }
p { color: rgb(193,78,169); }
H1.HeaderClassName
{
color: #C14EA9;
}
.AnyTagClassName
{
color: #C14EA9;
}
</style>
background-color css
<style>
a { background-color: #C14EA9; }
a { background-color: rgb(193,78,169); }
div.DivClassName
{
background-color: #C14EA9;
}
.BgClassName
{
background-color: #C14EA9;
}
</style>
border-color css
<style>
span { border-color: #C14EA9; }
span { border-color: rgb(193,78,169); }
td.TdClassName
{
border-color: #C14EA9;
}
.TagClassName
{
border-color: #C14EA9;
}
</style>