#C26AB0

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

Shades of Fuchsia #C26AB0

Tints of Fuchsia #C26AB0

Color information

#C26AB0 (or 0xC26AB0) is unknown color: approx Fuchsia. HEX triplet: C2, 6A and B0. RGB value is (194,106,176). Sum of RGB (Red+Green+Blue) = 194+106+176=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26AB0 is #3D954F. Grayscale: #8C8C8C. Windows color (decimal): -4035920 or 11561666. OLE color: 11561666.

HSL color Cylindrical-coordinate representation of color #C26AB0: hue angle of 312.27º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26AB0 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194106176-
CMYK00.450.090.24
HSL312.27º41.9%58.82%-
HSV(B)312.27º45.36%76.08%-
XYZ35.2424.9144.03-
YUV140.29148.15166.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=40.76%
G=22.27%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410617600.450.090.24312.2741.958.82
HexC26AB002D9181382a3b
Octal30215226005511304705273
Binary110000101101010101100000101101100111000100111000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26AB0; }

 p { color: rgb(194,106,176); }

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

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

 a { background-color: rgb(194,106,176); }

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

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

 span { border-color: rgb(194,106,176); }

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