#C14ABE

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

Shades of Fuchsia #C14ABE

Tints of Fuchsia #C14ABE

Color information

#C14ABE (or 0xC14ABE) is unknown color: approx Fuchsia. HEX triplet: C1, 4A and BE. RGB value is (193,74,190). Sum of RGB (Red+Green+Blue) = 193+74+190=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C14ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ABE is #3EB541. Grayscale: #7A7A7A. Windows color (decimal): -4109634 or 12470977. OLE color: 12470977.

HSL color Cylindrical-coordinate representation of color #C14ABE: hue angle of 301.51º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14ABE is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19374190-
CMYK00.620.020.24
HSL301.51º48.97%52.35%-
HSV(B)301.51º61.66%75.69%-
XYZ33.7419.9550.79-
YUV122.8165.92178.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=42.23%
G=16.19%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937419000.620.020.24301.5148.9752.35
HexC14ABE03E21812e3134
Octal3011122760762304566164
Binary1100000110010101011111001111101011000100101110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14ABE; }

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

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

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

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

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

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

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

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