Html Css Color HEX #C166B4 Fuchsia

📋 copy color: '#C166B4'

red 193 ◦ green 102 ◦ blue 180

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

Shades of Fuchsia #C166B4

Tints of Fuchsia #C166B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.89%

R = 40.63%
G = 21.47%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C166B4 (or 0xC166B4) is known color: Fuchsia. HEX triplet: C1, 66 and B4. RGB value is (193,102,180). Sum of RGB (Red+Green+Blue) = 193+102+180=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C166B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166B4 is #3E994B. Grayscale: #898989. Windows color (decimal): -4102476 or 11822785. OLE color: 11822785.

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

Color convert

RGB 193 102 180 -
CMYK 0 0.47 0.07 0.24
HSL 308.57º 0.42% 0.58% -
HSV(B) 308.57º 0.47% 0.76% -
XYZ 34.98 24.14 45.99 -
YUV 138.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 193 102 180 0 0.47 0.07 0.24 308.57 0.42 0.58
Hex C1 66 B4 0 2F 7 18 135 2A 3A
Octal 301 146 264 0 57 7 30 465 52 72
Binary 11000001 1100110 10110100 0 101111 111 11000 100110101 101010 111010

Color Harmonies of #C166B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166B4

Black with #C166B4

Text Example


Text Example

White with #C166B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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