#C166AC

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

Shades of Fuchsia #C166AC

Tints of Fuchsia #C166AC

Color information

#C166AC (or 0xC166AC) is unknown color: approx Fuchsia. HEX triplet: C1, 66 and AC. RGB value is (193,102,172). Sum of RGB (Red+Green+Blue) = 193+102+172=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C166AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166AC is #3E9953. Grayscale: #898989. Windows color (decimal): -4102484 or 11298497. OLE color: 11298497.

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

Color convert

RGB193102172-
CMYK00.470.110.24
HSL313.85º42.33%57.84%-
HSV(B)313.85º47.15%75.69%-
XYZ34.1923.8241.83-
YUV137.19147.65167.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=41.33%
G=21.84%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310217200.470.110.24313.8542.3357.84
HexC166AC02FB1813a2a3a
Octal30114625405713304725272
Binary110000011100110101011000101111101111000100111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166AC; }

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

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

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

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

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

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

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

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