Shades of Fuchsia #C14EC2
Tints of Fuchsia #C14EC2
RGB
CMYK
RGB Variations
Color information
#C14EC2 (or 0xC14EC2) is known color: Fuchsia. HEX triplet: C1, 4E and C2. RGB value is (193,78,194). Sum of RGB (Red+Green+Blue) = 193+78+194=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #C14EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EC2 is #3EB13D. Grayscale: #7D7D7D. Windows color (decimal): -4108606 or 12734145. OLE color: 12734145.
HSL color Cylindrical-coordinate representation of color #C14EC2: hue angle of 299.48º degrees, saturation: 0.49, 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 #C14EC2 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 194 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.24 |
| HSL | 299.48º | 0.49% | 0.53% | - |
| HSV(B) | 299.48º | 0.6% | 0.76% | - |
| XYZ | 34.45 | 20.68 | 53.21 | - |
| YUV | 125.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 194 | 0.01 | 0.60 | 0 | 0.24 | 299.48 | 0.49 | 0.53 |
| Hex | C1 | 4E | C2 | 1 | 3C | 0 | 18 | 12B | 31 | 35 |
| Octal | 301 | 116 | 302 | 1 | 74 | 0 | 30 | 453 | 61 | 65 |
| Binary | 11000001 | 1001110 | 11000010 | 1 | 111100 | 0 | 11000 | 100101011 | 110001 | 110101 |
Color Harmonies of #C14EC2
Complementary color
Monochromatic Colors of #C14EC2
Black with #C14EC2
Text Example
Text Example
White with #C14EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EC2; }
p { color: rgb(193,78,194); }
H1.HeaderClassName
{
color: #C14EC2;
}
.AnyTagClassName
{
color: #C14EC2;
}
</style>
background-color css
<style>
a { background-color: #C14EC2; }
a { background-color: rgb(193,78,194); }
div.DivClassName
{
background-color: #C14EC2;
}
.BgClassName
{
background-color: #C14EC2;
}
</style>
border-color css
<style>
span { border-color: #C14EC2; }
span { border-color: rgb(193,78,194); }
td.TdClassName
{
border-color: #C14EC2;
}
.TagClassName
{
border-color: #C14EC2;
}
</style>