#C66BAF

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

Shades of Fuchsia #C66BAF

Tints of Fuchsia #C66BAF

Color information

#C66BAF (or 0xC66BAF) is unknown color: approx Fuchsia. HEX triplet: C6, 6B and AF. RGB value is (198,107,175). Sum of RGB (Red+Green+Blue) = 198+107+175=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BAF is #399450. Grayscale: #8D8D8D. Windows color (decimal): -3773521 or 11496390. OLE color: 11496390.

HSL color Cylindrical-coordinate representation of color #C66BAF: hue angle of 315.16º degrees, saturation: 0.44, 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 #C66BAF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198107175-
CMYK00.460.120.22
HSL315.16º44.39%59.8%-
HSV(B)315.16º45.96%77.65%-
XYZ36.2825.6243.59-
YUV141.96146.65167.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 107 (42.19% from 255) = 22.29%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=41.25%
G=22.29%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810717500.460.120.22315.1644.3959.8
HexC66BAF02EC1613b2c3c
Octal30615325705614264735474
Binary110001101101011101011110101110110010110100111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66BAF; }

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

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

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

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

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

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

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

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