Html Css Color HEX #C166BE Fuchsia

📋 copy color: '#C166BE'

red 193 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #C166BE

Tints of Fuchsia #C166BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 39.79%
G = 21.03%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C166BE (or 0xC166BE) is known color: Fuchsia. HEX triplet: C1, 66 and BE. RGB value is (193,102,190). Sum of RGB (Red+Green+Blue) = 193+102+190=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C166BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166BE is #3E9941. Grayscale: #8A8A8A. Windows color (decimal): -4102466 or 12478145. OLE color: 12478145.

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

Color convert

RGB 193 102 190 -
CMYK 0 0.47 0.02 0.24
HSL 301.98º 0.42% 0.58% -
HSV(B) 301.98º 0.47% 0.76% -
XYZ 36.04 24.56 51.56 -
YUV 139.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 193 102 190 0 0.47 0.02 0.24 301.98 0.42 0.58
Hex C1 66 BE 0 2F 2 18 12E 2A 3A
Octal 301 146 276 0 57 2 30 456 52 72
Binary 11000001 1100110 10111110 0 101111 10 11000 100101110 101010 111010

Color Harmonies of #C166BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166BE

Black with #C166BE

Text Example


Text Example

White with #C166BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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