Html Css Color HEX #C166A9 Fuchsia

📋 copy color: '#C166A9'

red 193 ◦ green 102 ◦ blue 169

#C166A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C166A9

Tints of Fuchsia #C166A9

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 value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C166A9 (or 0xC166A9) is known color: 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

RGB 193 102 169 -
CMYK 0 0.47 0.12 0.24
HSL 315.82º 0.42% 0.58% -
HSV(B) 315.82º 0.47% 0.76% -
XYZ 33.91 23.7 40.32 -
YUV 136.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 193 102 169 0 0.47 0.12 0.24 315.82 0.42 0.58
Hex C1 66 A9 0 2F C 18 13C 2A 3A
Octal 301 146 251 0 57 14 30 474 52 72
Binary 11000001 1100110 10101001 0 101111 1100 11000 100111100 101010 111010

Color Harmonies of #C166A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166A9

Black with #C166A9

Text Example


Text Example

White with #C166A9

Text Example


Text Example

HTML Codes & Css Web 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>