#C166C9

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

Shades of Fuchsia #C166C9

Tints of Fuchsia #C166C9

Color information

#C166C9 (or 0xC166C9) is unknown color: approx Fuchsia. HEX triplet: C1, 66 and C9. RGB value is (193,102,201). Sum of RGB (Red+Green+Blue) = 193+102+201=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #C166C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166C9 is #3E9936. Grayscale: #8C8C8C. Windows color (decimal): -4102455 or 13199041. OLE color: 13199041.

HSL color Cylindrical-coordinate representation of color #C166C9: hue angle of 295.15º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C166C9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193102201-
CMYK0.040.4900.21
HSL295.15º47.83%59.41%-
HSV(B)295.15º49.25%78.82%-
XYZ37.2925.0658.13-
YUV140.5162.15165.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=38.91%
G=20.56%
B=40.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931022010.040.4900.21295.1547.8359.41
HexC166C9431015127303b
Octal3011463114610254476073
Binary11000001110011011001001100110001010101100100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166C9; }

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

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

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

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

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

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

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

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