#C26FC5

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

Shades of Fuchsia #C26FC5

Tints of Fuchsia #C26FC5

Color information

#C26FC5 (or 0xC26FC5) is unknown color: approx Fuchsia. HEX triplet: C2, 6F and C5. RGB value is (194,111,197). Sum of RGB (Red+Green+Blue) = 194+111+197=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #C26FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FC5 is #3D903A. Grayscale: #919191. Windows color (decimal): -4034619 or 12939202. OLE color: 12939202.

HSL color Cylindrical-coordinate representation of color #C26FC5: hue angle of 297.91º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26FC5 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB194111197-
CMYK0.020.4400.23
HSL297.91º42.57%60.39%-
HSV(B)297.91º43.65%77.25%-
XYZ38.0126.8756.01-
YUV145.62157162.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=38.65%
G=22.11%
B=39.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941111970.020.4400.23297.9142.5760.39
HexC26FC522C01712a2b3c
Octal3021573052540274525374
Binary1100001011011111100010110101100010111100101010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26FC5; }

 p { color: rgb(194,111,197); }

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

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

 a { background-color: rgb(194,111,197); }

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

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

 span { border-color: rgb(194,111,197); }

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