#C14ABC

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

Shades of Fuchsia #C14ABC

Tints of Fuchsia #C14ABC

Color information

#C14ABC (or 0xC14ABC) is unknown color: approx Fuchsia. HEX triplet: C1, 4A and BC. RGB value is (193,74,188). Sum of RGB (Red+Green+Blue) = 193+74+188=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C14ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ABC is #3EB543. Grayscale: #7A7A7A. Windows color (decimal): -4109636 or 12339905. OLE color: 12339905.

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

Color convert

RGB19374188-
CMYK00.620.030.24
HSL302.52º48.97%52.35%-
HSV(B)302.52º61.66%75.69%-
XYZ33.5219.8749.64-
YUV122.58164.92178.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=42.42%
G=16.26%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937418800.620.030.24302.5248.9752.35
HexC14ABC03E31812f3134
Octal3011122740763304576164
Binary1100000110010101011110001111101111000100101111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14ABC; }

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

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

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

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

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

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

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

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