Html Css Color HEX #C166AB Fuchsia

📋 copy color: '#C166AB'

red 193 ◦ green 102 ◦ blue 171

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

Shades of Fuchsia #C166AB

Tints of Fuchsia #C166AB

RGB

 RED value IS 193 (75.78% from 255) = 41.42%

 GREEN value IS 102 (40.23% from 255) = 21.89%

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 41.42%
G = 21.89%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C166AB (or 0xC166AB) is known color: Fuchsia. HEX triplet: C1, 66 and AB. RGB value is (193,102,171). Sum of RGB (Red+Green+Blue) = 193+102+171=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C166AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166AB is #3E9954. Grayscale: #888888. Windows color (decimal): -4102485 or 11232961. OLE color: 11232961.

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

Color convert

RGB 193 102 171 -
CMYK 0 0.47 0.11 0.24
HSL 314.51º 0.42% 0.58% -
HSV(B) 314.51º 0.47% 0.76% -
XYZ 34.09 23.78 41.32 -
YUV 137.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 193 102 171 0 0.47 0.11 0.24 314.51 0.42 0.58
Hex C1 66 AB 0 2F B 18 13B 2A 3A
Octal 301 146 253 0 57 13 30 473 52 72
Binary 11000001 1100110 10101011 0 101111 1011 11000 100111011 101010 111010

Color Harmonies of #C166AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166AB

Black with #C166AB

Text Example


Text Example

White with #C166AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166AB; }

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

 H1.HeaderClassName
 {
   color: #C166AB;
 }
 .AnyTagClassName
 {
   color: #C166AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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