Html Css Color HEX #C166AC Fuchsia

📋 copy color: '#C166AC'

red 193 ◦ green 102 ◦ blue 172

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

Shades of Fuchsia #C166AC

Tints of Fuchsia #C166AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 41.33%
G = 21.84%
B = 36.83%

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

#C166AC (or 0xC166AC) is known color: Fuchsia. HEX triplet: C1, 66 and AC. RGB value is (193,102,172). Sum of RGB (Red+Green+Blue) = 193+102+172=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C166AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166AC is #3E9953. Grayscale: #898989. Windows color (decimal): -4102484 or 11298497. OLE color: 11298497.

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

Color convert

RGB 193 102 172 -
CMYK 0 0.47 0.11 0.24
HSL 313.85º 0.42% 0.58% -
HSV(B) 313.85º 0.47% 0.76% -
XYZ 34.19 23.82 41.83 -
YUV 137.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 193 102 172 0 0.47 0.11 0.24 313.85 0.42 0.58
Hex C1 66 AC 0 2F B 18 13A 2A 3A
Octal 301 146 254 0 57 13 30 472 52 72
Binary 11000001 1100110 10101100 0 101111 1011 11000 100111010 101010 111010

Color Harmonies of #C166AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166AC

Black with #C166AC

Text Example


Text Example

White with #C166AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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