#C66FBF

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

Shades of Fuchsia #C66FBF

Tints of Fuchsia #C66FBF

Color information

#C66FBF (or 0xC66FBF) is unknown color: approx Fuchsia. HEX triplet: C6, 6F and BF. RGB value is (198,111,191). Sum of RGB (Red+Green+Blue) = 198+111+191=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C66FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FBF is #399040. Grayscale: #919191. Windows color (decimal): -3772481 or 12545990. OLE color: 12545990.

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

Color convert

RGB198111191-
CMYK00.440.040.22
HSL304.83º43.28%60.59%-
HSV(B)304.83º43.94%77.65%-
XYZ38.3827.1452.51-
YUV146.13153.32165-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.6%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 191 (75% from 255) = 38.2%
R=39.6%
G=22.2%
B=38.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811119100.440.040.22304.8343.2860.59
HexC66FBF02C4161312b3d
Octal3061572770544264615375
Binary11000110110111110111111010110010010110100110001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66FBF; }

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

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

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

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

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

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

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

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