#C266AC

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

Shades of Fuchsia #C266AC

Tints of Fuchsia #C266AC

Color information

#C266AC (or 0xC266AC) is unknown color: approx Fuchsia. HEX triplet: C2, 66 and AC. RGB value is (194,102,172). Sum of RGB (Red+Green+Blue) = 194+102+172=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C266AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C266AC is #3D9953. Grayscale: #898989. Windows color (decimal): -4036948 or 11298498. OLE color: 11298498.

HSL color Cylindrical-coordinate representation of color #C266AC: hue angle of 314.35º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C266AC is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194102172-
CMYK00.470.110.24
HSL314.35º42.99%58.04%-
HSV(B)314.35º47.42%76.08%-
XYZ34.4523.9541.84-
YUV137.49147.48168.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=41.45%
G=21.79%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410217200.470.110.24314.3542.9958.04
HexC266AC02FB1813a2b3a
Octal30214625405713304725372
Binary110000101100110101011000101111101111000100111010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C266AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C266AC; }

 p { color: rgb(194,102,172); }

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

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

 a { background-color: rgb(194,102,172); }

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

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

 span { border-color: rgb(194,102,172); }

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