#C66BB1

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

Shades of Fuchsia #C66BB1

Tints of Fuchsia #C66BB1

Color information

#C66BB1 (or 0xC66BB1) is unknown color: approx Fuchsia. HEX triplet: C6, 6B and B1. RGB value is (198,107,177). Sum of RGB (Red+Green+Blue) = 198+107+177=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BB1 is #39944E. Grayscale: #8E8E8E. Windows color (decimal): -3773519 or 11627462. OLE color: 11627462.

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

Color convert

RGB198107177-
CMYK00.460.110.22
HSL313.85º44.39%59.8%-
HSV(B)313.85º45.96%77.65%-
XYZ36.4825.744.63-
YUV142.19147.65167.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.08%
GREEN value IS 107 (42.19% from 255) = 22.20%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=41.08%
G=22.20%
B=36.72%

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
Decimal19810717700.460.110.22313.8544.3959.8
HexC66BB102EB1613a2c3c
Octal30615326105613264725474
Binary110001101101011101100010101110101110110100111010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66BB1; }

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

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

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

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

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

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

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

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