#C166AD

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

Shades of Fuchsia #C166AD

Tints of Fuchsia #C166AD

Color information

#C166AD (or 0xC166AD) is unknown color: approx Fuchsia. HEX triplet: C1, 66 and AD. RGB value is (193,102,173). Sum of RGB (Red+Green+Blue) = 193+102+173=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C166AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166AD is #3E9952. Grayscale: #898989. Windows color (decimal): -4102483 or 11364033. OLE color: 11364033.

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

Color convert

RGB193102173-
CMYK00.470.100.24
HSL313.19º42.33%57.84%-
HSV(B)313.19º47.15%75.69%-
XYZ34.2923.8642.33-
YUV137.3148.15167.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.24%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=41.24%
G=21.79%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310217300.470.100.24313.1942.3357.84
HexC166AD02FA181392a3a
Octal30114625505712304715272
Binary110000011100110101011010101111101011000100111001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166AD; }

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

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

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

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

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

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

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

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