#C66FB3

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

Shades of Fuchsia #C66FB3

Tints of Fuchsia #C66FB3

Color information

#C66FB3 (or 0xC66FB3) is unknown color: approx Fuchsia. HEX triplet: C6, 6F and B3. RGB value is (198,111,179). Sum of RGB (Red+Green+Blue) = 198+111+179=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C66FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FB3 is #39904C. Grayscale: #909090. Windows color (decimal): -3772493 or 11759558. OLE color: 11759558.

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

Color convert

RGB198111179-
CMYK00.440.100.22
HSL313.1º43.28%60.59%-
HSV(B)313.1º43.94%77.65%-
XYZ37.1126.6345.83-
YUV144.76147.32165.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=40.57%
G=22.75%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811117900.440.100.22313.143.2860.59
HexC66FB302CA161392b3d
Octal30615726305412264715375
Binary110001101101111101100110101100101010110100111001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66FB3; }

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

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

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

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

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

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

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

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