Html Css Color HEX #C166BB Fuchsia

📋 copy color: '#C166BB'

red 193 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #C166BB

Tints of Fuchsia #C166BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 40.04%
G = 21.16%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C166BB (or 0xC166BB) is known color: Fuchsia. HEX triplet: C1, 66 and BB. RGB value is (193,102,187). Sum of RGB (Red+Green+Blue) = 193+102+187=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C166BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166BB is #3E9944. Grayscale: #8A8A8A. Windows color (decimal): -4102469 or 12281537. OLE color: 12281537.

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

Color convert

RGB 193 102 187 -
CMYK 0 0.47 0.03 0.24
HSL 303.96º 0.42% 0.58% -
HSV(B) 303.96º 0.47% 0.76% -
XYZ 35.71 24.43 49.85 -
YUV 138.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 193 102 187 0 0.47 0.03 0.24 303.96 0.42 0.58
Hex C1 66 BB 0 2F 3 18 130 2A 3A
Octal 301 146 273 0 57 3 30 460 52 72
Binary 11000001 1100110 10111011 0 101111 11 11000 100110000 101010 111010

Color Harmonies of #C166BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166BB

Black with #C166BB

Text Example


Text Example

White with #C166BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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