#C14ABA

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

Shades of Fuchsia #C14ABA

Tints of Fuchsia #C14ABA

Color information

#C14ABA (or 0xC14ABA) is unknown color: approx Fuchsia. HEX triplet: C1, 4A and BA. RGB value is (193,74,186). Sum of RGB (Red+Green+Blue) = 193+74+186=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C14ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ABA is #3EB545. Grayscale: #7A7A7A. Windows color (decimal): -4109638 or 12208833. OLE color: 12208833.

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

Color convert

RGB19374186-
CMYK00.620.040.24
HSL303.53º48.97%52.35%-
HSV(B)303.53º61.66%75.69%-
XYZ33.319.7848.52-
YUV122.35163.92178.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 74 (29.30% from 255) = 16.34%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=42.60%
G=16.34%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937418600.620.040.24303.5348.9752.35
HexC14ABA03E4181303134
Octal3011122720764304606164
Binary11000001100101010111010011111010011000100110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14ABA; }

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

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

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

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

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

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

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

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