Shades of Fuchsia #C14EC7
Tints of Fuchsia #C14EC7
RGB
CMYK
RGB Variations
Color information
#C14EC7 (or 0xC14EC7) is known color: Fuchsia. HEX triplet: C1, 4E and C7. RGB value is (193,78,199). Sum of RGB (Red+Green+Blue) = 193+78+199=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #C14EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EC7 is #3EB138. Grayscale: #7D7D7D. Windows color (decimal): -4108601 or 13061825. OLE color: 13061825.
HSL color Cylindrical-coordinate representation of color #C14EC7: hue angle of 297.02º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14EC7 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 78 | 199 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.22 |
| HSL | 297.02º | 0.52% | 0.54% | - |
| HSV(B) | 297.02º | 0.61% | 0.78% | - |
| XYZ | 35.03 | 20.91 | 56.22 | - |
| YUV | 126.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 199 | 0.03 | 0.61 | 0 | 0.22 | 297.02 | 0.52 | 0.54 |
| Hex | C1 | 4E | C7 | 3 | 3D | 0 | 16 | 129 | 34 | 36 |
| Octal | 301 | 116 | 307 | 3 | 75 | 0 | 26 | 451 | 64 | 66 |
| Binary | 11000001 | 1001110 | 11000111 | 11 | 111101 | 0 | 10110 | 100101001 | 110100 | 110110 |
Color Harmonies of #C14EC7
Complementary color
Monochromatic Colors of #C14EC7
Black with #C14EC7
Text Example
Text Example
White with #C14EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EC7; }
p { color: rgb(193,78,199); }
H1.HeaderClassName
{
color: #C14EC7;
}
.AnyTagClassName
{
color: #C14EC7;
}
</style>
background-color css
<style>
a { background-color: #C14EC7; }
a { background-color: rgb(193,78,199); }
div.DivClassName
{
background-color: #C14EC7;
}
.BgClassName
{
background-color: #C14EC7;
}
</style>
border-color css
<style>
span { border-color: #C14EC7; }
span { border-color: rgb(193,78,199); }
td.TdClassName
{
border-color: #C14EC7;
}
.TagClassName
{
border-color: #C14EC7;
}
</style>