Html Css Color HEX #C166AF Fuchsia

📋 copy color: '#C166AF'

red 193 ◦ green 102 ◦ blue 175

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

Shades of Fuchsia #C166AF

Tints of Fuchsia #C166AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 41.06%
G = 21.7%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C166AF (or 0xC166AF) is known color: Fuchsia. HEX triplet: C1, 66 and AF. RGB value is (193,102,175). Sum of RGB (Red+Green+Blue) = 193+102+175=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C166AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166AF is #3E9950. Grayscale: #898989. Windows color (decimal): -4102481 or 11495105. OLE color: 11495105.

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

Color convert

RGB 193 102 175 -
CMYK 0 0.47 0.09 0.24
HSL 311.87º 0.42% 0.58% -
HSV(B) 311.87º 0.47% 0.76% -
XYZ 34.48 23.94 43.36 -
YUV 137.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 193 102 175 0 0.47 0.09 0.24 311.87 0.42 0.58
Hex C1 66 AF 0 2F 9 18 138 2A 3A
Octal 301 146 257 0 57 11 30 470 52 72
Binary 11000001 1100110 10101111 0 101111 1001 11000 100111000 101010 111010

Color Harmonies of #C166AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166AF

Black with #C166AF

Text Example


Text Example

White with #C166AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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