#C14EBE

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

Shades of Fuchsia #C14EBE

Tints of Fuchsia #C14EBE

Color information

#C14EBE (or 0xC14EBE) is unknown color: approx Fuchsia. HEX triplet: C1, 4E and BE. RGB value is (193,78,190). Sum of RGB (Red+Green+Blue) = 193+78+190=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EBE is #3EB141. Grayscale: #7C7C7C. Windows color (decimal): -4108610 or 12472001. OLE color: 12472001.

HSL color Cylindrical-coordinate representation of color #C14EBE: hue angle of 301.57º 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 #C14EBE is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19378190-
CMYK00.600.020.24
HSL301.57º48.12%53.14%-
HSV(B)301.57º59.59%75.69%-
XYZ34.0120.550.88-
YUV125.15164.6176.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=41.87%
G=16.92%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937819000.600.020.24301.5748.1253.14
HexC14EBE03C21812e3035
Octal3011162760742304566065
Binary1100000110011101011111001111001011000100101110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14EBE; }

 p { color: rgb(193,78,190); }

 H1.HeaderClassName
 {
   color: #C14EBE;
 }
 .AnyTagClassName
 {
   color: #C14EBE;
 }
</style>
background-color css

<style>
 a { background-color: #C14EBE; }

 a { background-color: rgb(193,78,190); }

 div.DivClassName
 {
   background-color: #C14EBE;
 }
 .BgClassName
 {
   background-color: #C14EBE;
 }
</style>
border-color css

<style>
 span { border-color: #C14EBE; }

 span { border-color: rgb(193,78,190); }

 td.TdClassName
 {
   border-color: #C14EBE;
 }
 .TagClassName
 {
   border-color: #C14EBE;
 }
</style>