#C266C0

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

Shades of Fuchsia #C266C0

Tints of Fuchsia #C266C0

Color information

#C266C0 (or 0xC266C0) is unknown color: approx Fuchsia. HEX triplet: C2, 66 and C0. RGB value is (194,102,192). Sum of RGB (Red+Green+Blue) = 194+102+192=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C266C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266C0 is #3D993F. Grayscale: #8B8B8B. Windows color (decimal): -4036928 or 12609218. OLE color: 12609218.

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

Color convert

RGB194102192-
CMYK00.470.010.24
HSL301.3º42.99%58.04%-
HSV(B)301.3º47.42%76.08%-
XYZ36.5124.7852.73-
YUV139.77157.48166.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 102 (40.23% from 255) = 20.90%
BLUE value IS 192 (75.39% from 255) = 39.34%
R=39.75%
G=20.90%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410219200.470.010.24301.342.9958.04
HexC266C002F11812d2b3a
Octal3021463000571304555372
Binary110000101100110110000000101111111000100101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C266C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C266C0; }

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

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

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

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

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

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

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

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