#C66BB0

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

Shades of Fuchsia #C66BB0

Tints of Fuchsia #C66BB0

Color information

#C66BB0 (or 0xC66BB0) is unknown color: approx Fuchsia. HEX triplet: C6, 6B and B0. RGB value is (198,107,176). Sum of RGB (Red+Green+Blue) = 198+107+176=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BB0 is #39944F. Grayscale: #8D8D8D. Windows color (decimal): -3773520 or 11561926. OLE color: 11561926.

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

Color convert

RGB198107176-
CMYK00.460.110.22
HSL314.51º44.39%59.8%-
HSV(B)314.51º45.96%77.65%-
XYZ36.3825.6644.11-
YUV142.07147.15167.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 176 (69.14% from 255) = 36.59%
R=41.16%
G=22.25%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810717600.460.110.22314.5144.3959.8
HexC66BB002EB1613b2c3c
Octal30615326005613264735474
Binary110001101101011101100000101110101110110100111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66BB0; }

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

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

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

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

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

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

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

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