Shades of Fuchsia #C14EA8
Tints of Fuchsia #C14EA8
RGB
CMYK
RGB Variations
Color information
#C14EA8 (or 0xC14EA8) is known color: Fuchsia. HEX triplet: C1, 4E and A8. RGB value is (193,78,168). Sum of RGB (Red+Green+Blue) = 193+78+168=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14EA8 is #3EB157. Grayscale: #7A7A7A. Windows color (decimal): -4108632 or 11030209. OLE color: 11030209.
HSL color Cylindrical-coordinate representation of color #C14EA8: hue angle of 313.04º 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 #C14EA8 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 168 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.24 |
| HSL | 313.04º | 0.48% | 0.53% | - |
| HSV(B) | 313.04º | 0.6% | 0.76% | - |
| XYZ | 31.78 | 19.61 | 39.16 | - |
| YUV | 122.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 168 | 0 | 0.60 | 0.13 | 0.24 | 313.04 | 0.48 | 0.53 |
| Hex | C1 | 4E | A8 | 0 | 3C | D | 18 | 139 | 30 | 35 |
| Octal | 301 | 116 | 250 | 0 | 74 | 15 | 30 | 471 | 60 | 65 |
| Binary | 11000001 | 1001110 | 10101000 | 0 | 111100 | 1101 | 11000 | 100111001 | 110000 | 110101 |
Color Harmonies of #C14EA8
Complementary color
Monochromatic Colors of #C14EA8
Black with #C14EA8
Text Example
Text Example
White with #C14EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EA8; }
p { color: rgb(193,78,168); }
H1.HeaderClassName
{
color: #C14EA8;
}
.AnyTagClassName
{
color: #C14EA8;
}
</style>
background-color css
<style>
a { background-color: #C14EA8; }
a { background-color: rgb(193,78,168); }
div.DivClassName
{
background-color: #C14EA8;
}
.BgClassName
{
background-color: #C14EA8;
}
</style>
border-color css
<style>
span { border-color: #C14EA8; }
span { border-color: rgb(193,78,168); }
td.TdClassName
{
border-color: #C14EA8;
}
.TagClassName
{
border-color: #C14EA8;
}
</style>