#C14EBC

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

Shades of Fuchsia #C14EBC

Tints of Fuchsia #C14EBC

Color information

#C14EBC (or 0xC14EBC) is unknown color: approx Fuchsia. HEX triplet: C1, 4E and BC. RGB value is (193,78,188). Sum of RGB (Red+Green+Blue) = 193+78+188=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EBC is #3EB143. Grayscale: #7C7C7C. Windows color (decimal): -4108612 or 12340929. OLE color: 12340929.

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

Color convert

RGB19378188-
CMYK00.600.030.24
HSL302.61º48.12%53.14%-
HSV(B)302.61º59.59%75.69%-
XYZ33.7920.4249.74-
YUV124.92163.6176.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 78 (30.86% from 255) = 16.99%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=42.05%
G=16.99%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937818800.600.030.24302.6148.1253.14
HexC14EBC03C31812f3035
Octal3011162740743304576065
Binary1100000110011101011110001111001111000100101111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14EBC; }

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

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

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

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

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

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

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

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