#C14EA8

Color #C14EA8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C14EA8

Tints of Fuchsia #C14EA8

Color information

#C14EA8 (or 0xC14EA8) is unknown color: approx 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

RGB19378168-
CMYK00.600.130.24
HSL313.04º48.12%53.14%-
HSV(B)313.04º59.59%75.69%-
XYZ31.7819.6139.16-
YUV122.64153.6178.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=43.96%
G=17.77%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937816800.600.130.24313.0448.1253.14
HexC14EA803CD181393035
Octal30111625007415304716065
Binary110000011001110101010000111100110111000100111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>