#C16EAF

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

Shades of Fuchsia #C16EAF

Tints of Fuchsia #C16EAF

Color information

#C16EAF (or 0xC16EAF) is unknown color: approx Fuchsia. HEX triplet: C1, 6E and AF. RGB value is (193,110,175). Sum of RGB (Red+Green+Blue) = 193+110+175=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EAF is #3E9150. Grayscale: #8E8E8E. Windows color (decimal): -4100433 or 11497153. OLE color: 11497153.

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

Color convert

RGB193110175-
CMYK00.430.090.24
HSL313.01º40.1%59.41%-
HSV(B)313.01º43.01%75.69%-
XYZ35.3125.5843.63-
YUV142.23146.5164.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 110 (43.36% from 255) = 23.01%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=40.38%
G=23.01%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311017500.430.090.24313.0140.159.41
HexC16EAF02B918139283b
Octal30115625705311304715073
Binary110000011101110101011110101011100111000100111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EAF; }

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

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

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

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

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

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

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

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