#C66FB8

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

Shades of Fuchsia #C66FB8

Tints of Fuchsia #C66FB8

Color information

#C66FB8 (or 0xC66FB8) is unknown color: approx Fuchsia. HEX triplet: C6, 6F and B8. RGB value is (198,111,184). Sum of RGB (Red+Green+Blue) = 198+111+184=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C66FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FB8 is #399047. Grayscale: #919191. Windows color (decimal): -3772488 or 12087238. OLE color: 12087238.

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

Color convert

RGB198111184-
CMYK00.440.070.22
HSL309.66º43.28%60.59%-
HSV(B)309.66º43.94%77.65%-
XYZ37.6226.8448.54-
YUV145.33149.82165.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=40.16%
G=22.52%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811118400.440.070.22309.6643.2860.59
HexC66FB802C7161362b3d
Octal3061572700547264665375
Binary11000110110111110111000010110011110110100110110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66FB8; }

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

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

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

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

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

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

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

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