Html Css Color HEX #C166B2 Fuchsia

📋 copy color: '#C166B2'

red 193 ◦ green 102 ◦ blue 178

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

Shades of Fuchsia #C166B2

Tints of Fuchsia #C166B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 40.8%
G = 21.56%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C166B2 (or 0xC166B2) is known color: Fuchsia. HEX triplet: C1, 66 and B2. RGB value is (193,102,178). Sum of RGB (Red+Green+Blue) = 193+102+178=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C166B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166B2 is #3E994D. Grayscale: #898989. Windows color (decimal): -4102478 or 11691713. OLE color: 11691713.

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

Color convert

RGB 193 102 178 -
CMYK 0 0.47 0.08 0.24
HSL 309.89º 0.42% 0.58% -
HSV(B) 309.89º 0.47% 0.76% -
XYZ 34.78 24.05 44.93 -
YUV 137.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 193 102 178 0 0.47 0.08 0.24 309.89 0.42 0.58
Hex C1 66 B2 0 2F 8 18 136 2A 3A
Octal 301 146 262 0 57 10 30 466 52 72
Binary 11000001 1100110 10110010 0 101111 1000 11000 100110110 101010 111010

Color Harmonies of #C166B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166B2

Black with #C166B2

Text Example


Text Example

White with #C166B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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