#C14ABF

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

Shades of Fuchsia #C14ABF

Tints of Fuchsia #C14ABF

Color information

#C14ABF (or 0xC14ABF) is unknown color: approx Fuchsia. HEX triplet: C1, 4A and BF. RGB value is (193,74,191). Sum of RGB (Red+Green+Blue) = 193+74+191=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C14ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ABF is #3EB540. Grayscale: #7A7A7A. Windows color (decimal): -4109633 or 12536513. OLE color: 12536513.

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

Color convert

RGB19374191-
CMYK00.620.010.24
HSL301.01º48.97%52.35%-
HSV(B)301.01º61.66%75.69%-
XYZ33.852051.37-
YUV122.92166.42177.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.14%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 191 (75% from 255) = 41.70%
R=42.14%
G=16.16%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937419100.620.010.24301.0148.9752.35
HexC14ABF03E11812d3134
Octal3011122770761304556164
Binary110000011001010101111110111110111000100101101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14ABF; }

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

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

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

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

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

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

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

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