#C14EAC

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

Shades of Fuchsia #C14EAC

Tints of Fuchsia #C14EAC

Color information

#C14EAC (or 0xC14EAC) is unknown color: approx Fuchsia. HEX triplet: C1, 4E and AC. RGB value is (193,78,172). Sum of RGB (Red+Green+Blue) = 193+78+172=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14EAC is #3EB153. Grayscale: #7A7A7A. Windows color (decimal): -4108628 or 11292353. OLE color: 11292353.

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

Color convert

RGB19378172-
CMYK00.600.110.24
HSL310.96º48.12%53.14%-
HSV(B)310.96º59.59%75.69%-
XYZ32.1619.7641.15-
YUV123.1155.6177.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.57%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=43.57%
G=17.61%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937817200.600.110.24310.9648.1253.14
HexC14EAC03CB181373035
Octal30111625407413304676065
Binary110000011001110101011000111100101111000100110111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14EAC; }

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

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

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

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

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

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

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

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