#C166BB

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

Shades of Fuchsia #C166BB

Tints of Fuchsia #C166BB

Color information

#C166BB (or 0xC166BB) is unknown color: approx Fuchsia. HEX triplet: C1, 66 and BB. RGB value is (193,102,187). Sum of RGB (Red+Green+Blue) = 193+102+187=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C166BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166BB is #3E9944. Grayscale: #8A8A8A. Windows color (decimal): -4102469 or 12281537. OLE color: 12281537.

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

Color convert

RGB193102187-
CMYK00.470.030.24
HSL303.96º42.33%57.84%-
HSV(B)303.96º47.15%75.69%-
XYZ35.7124.4349.85-
YUV138.9155.15166.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=40.04%
G=21.16%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310218700.470.030.24303.9642.3357.84
HexC166BB02F3181302a3a
Octal3011462730573304605272
Binary1100000111001101011101101011111111000100110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166BB; }

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

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

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

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

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

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

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

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