#C16EAE

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

Shades of Fuchsia #C16EAE

Tints of Fuchsia #C16EAE

Color information

#C16EAE (or 0xC16EAE) is unknown color: approx Fuchsia. HEX triplet: C1, 6E and AE. RGB value is (193,110,174). Sum of RGB (Red+Green+Blue) = 193+110+174=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EAE is #3E9151. Grayscale: #8D8D8D. Windows color (decimal): -4100434 or 11431617. OLE color: 11431617.

HSL color Cylindrical-coordinate representation of color #C16EAE: hue angle of 313.73º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16EAE is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193110174-
CMYK00.430.100.24
HSL313.73º40.1%59.41%-
HSV(B)313.73º43.01%75.69%-
XYZ35.2125.5543.12-
YUV142.11146164.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=40.46%
G=23.06%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311017400.430.100.24313.7340.159.41
HexC16EAE02BA1813a283b
Octal30115625605312304725073
Binary110000011101110101011100101011101011000100111010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EAE; }

 p { color: rgb(193,110,174); }

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

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

 a { background-color: rgb(193,110,174); }

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

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

 span { border-color: rgb(193,110,174); }

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