#C66EAF

Color #C66EAF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C66EAF

Tints of Fuchsia #C66EAF

Color information

#C66EAF (or 0xC66EAF) is unknown color: approx Fuchsia. HEX triplet: C6, 6E and AF. RGB value is (198,110,175). Sum of RGB (Red+Green+Blue) = 198+110+175=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C66EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66EAF is #399150. Grayscale: #8F8F8F. Windows color (decimal): -3772753 or 11497158. OLE color: 11497158.

HSL color Cylindrical-coordinate representation of color #C66EAF: hue angle of 315.68º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66EAF is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198110175-
CMYK00.440.120.22
HSL315.68º43.56%60.39%-
HSV(B)315.68º44.44%77.65%-
XYZ36.626.2543.7-
YUV143.72145.65166.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=40.99%
G=22.77%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811017500.440.120.22315.6843.5660.39
HexC66EAF02CC1613c2c3c
Octal30615625705414264745474
Binary110001101101110101011110101100110010110100111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66EAF; }

 p { color: rgb(198,110,175); }

 H1.HeaderClassName
 {
   color: #C66EAF;
 }
 .AnyTagClassName
 {
   color: #C66EAF;
 }
</style>
background-color css

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

 a { background-color: rgb(198,110,175); }

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

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

 span { border-color: rgb(198,110,175); }

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