#C166A9

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

Shades of Fuchsia #C166A9

Tints of Fuchsia #C166A9

Color information

#C166A9 (or 0xC166A9) is unknown color: approx Fuchsia. HEX triplet: C1, 66 and A9. RGB value is (193,102,169). Sum of RGB (Red+Green+Blue) = 193+102+169=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C166A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166A9 is #3E9956. Grayscale: #888888. Windows color (decimal): -4102487 or 11101889. OLE color: 11101889.

HSL color Cylindrical-coordinate representation of color #C166A9: hue angle of 315.82º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C166A9 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193102169-
CMYK00.470.120.24
HSL315.82º42.33%57.84%-
HSV(B)315.82º47.15%75.69%-
XYZ33.9123.740.32-
YUV136.85146.15168.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=41.59%
G=21.98%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310216900.470.120.24315.8242.3357.84
HexC166A902FC1813c2a3a
Octal30114625105714304745272
Binary110000011100110101010010101111110011000100111100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166A9; }

 p { color: rgb(193,102,169); }

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

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

 a { background-color: rgb(193,102,169); }

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

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

 span { border-color: rgb(193,102,169); }

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