Shades of Fuchsia #C14EC0
Tints of Fuchsia #C14EC0
RGB
CMYK
RGB Variations
Color information
#C14EC0 (or 0xC14EC0) is known color: Fuchsia. HEX triplet: C1, 4E and C0. RGB value is (193,78,192). Sum of RGB (Red+Green+Blue) = 193+78+192=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EC0 is #3EB13F. Grayscale: #7D7D7D. Windows color (decimal): -4108608 or 12603073. OLE color: 12603073.
HSL color Cylindrical-coordinate representation of color #C14EC0: hue angle of 300.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 #C14EC0 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 192 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.24 |
| HSL | 300.52º | 0.48% | 0.53% | - |
| HSV(B) | 300.52º | 0.6% | 0.76% | - |
| XYZ | 34.23 | 20.59 | 52.04 | - |
| YUV | 125.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 192 | 0 | 0.60 | 0.01 | 0.24 | 300.52 | 0.48 | 0.53 |
| Hex | C1 | 4E | C0 | 0 | 3C | 1 | 18 | 12D | 30 | 35 |
| Octal | 301 | 116 | 300 | 0 | 74 | 1 | 30 | 455 | 60 | 65 |
| Binary | 11000001 | 1001110 | 11000000 | 0 | 111100 | 1 | 11000 | 100101101 | 110000 | 110101 |
Color Harmonies of #C14EC0
Complementary color
Monochromatic Colors of #C14EC0
Black with #C14EC0
Text Example
Text Example
White with #C14EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EC0; }
p { color: rgb(193,78,192); }
H1.HeaderClassName
{
color: #C14EC0;
}
.AnyTagClassName
{
color: #C14EC0;
}
</style>
background-color css
<style>
a { background-color: #C14EC0; }
a { background-color: rgb(193,78,192); }
div.DivClassName
{
background-color: #C14EC0;
}
.BgClassName
{
background-color: #C14EC0;
}
</style>
border-color css
<style>
span { border-color: #C14EC0; }
span { border-color: rgb(193,78,192); }
td.TdClassName
{
border-color: #C14EC0;
}
.TagClassName
{
border-color: #C14EC0;
}
</style>