#C66ABF

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

Shades of Fuchsia #C66ABF

Tints of Fuchsia #C66ABF

Color information

#C66ABF (or 0xC66ABF) is unknown color: approx Fuchsia. HEX triplet: C6, 6A and BF. RGB value is (198,106,191). Sum of RGB (Red+Green+Blue) = 198+106+191=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C66ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ABF is #399540. Grayscale: #8E8E8E. Windows color (decimal): -3773761 or 12544710. OLE color: 12544710.

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

Color convert

RGB198106191-
CMYK00.460.040.22
HSL304.57º44.66%59.61%-
HSV(B)304.57º46.46%77.65%-
XYZ37.8526.0852.33-
YUV143.2154.98167.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 106 (41.80% from 255) = 21.41%
BLUE value IS 191 (75% from 255) = 38.59%
R=40%
G=21.41%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810619100.460.040.22304.5744.6659.61
HexC66ABF02E4161312d3c
Octal3061522770564264615574
Binary11000110110101010111111010111010010110100110001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ABF; }

 p { color: rgb(198,106,191); }

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

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

 a { background-color: rgb(198,106,191); }

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

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

 span { border-color: rgb(198,106,191); }

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