#C266BA

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

Shades of Fuchsia #C266BA

Tints of Fuchsia #C266BA

Color information

#C266BA (or 0xC266BA) is unknown color: approx Fuchsia. HEX triplet: C2, 66 and BA. RGB value is (194,102,186). Sum of RGB (Red+Green+Blue) = 194+102+186=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C266BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266BA is #3D9945. Grayscale: #8A8A8A. Windows color (decimal): -4036934 or 12216002. OLE color: 12216002.

HSL color Cylindrical-coordinate representation of color #C266BA: hue angle of 305.22º 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 #C266BA is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194102186-
CMYK00.470.040.24
HSL305.22º42.99%58.04%-
HSV(B)305.22º47.42%76.08%-
XYZ35.8624.5249.3-
YUV139.08154.48167.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=40.25%
G=21.16%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410218600.470.040.24305.2242.9958.04
HexC266BA02F4181312b3a
Octal3021462720574304615372
Binary11000010110011010111010010111110011000100110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C266BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C266BA; }

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

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

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

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

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

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

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

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