#C26AB3

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

Shades of Fuchsia #C26AB3

Tints of Fuchsia #C26AB3

Color information

#C26AB3 (or 0xC26AB3) is unknown color: approx Fuchsia. HEX triplet: C2, 6A and B3. RGB value is (194,106,179). Sum of RGB (Red+Green+Blue) = 194+106+179=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AB3 is #3D954C. Grayscale: #8C8C8C. Windows color (decimal): -4035917 or 11758274. OLE color: 11758274.

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

Color convert

RGB194106179-
CMYK00.450.080.24
HSL310.23º41.9%58.82%-
HSV(B)310.23º45.36%76.08%-
XYZ35.5425.0345.61-
YUV140.63149.65166.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=40.50%
G=22.13%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410617900.450.080.24310.2341.958.82
HexC26AB302D8181362a3b
Octal30215226305510304665273
Binary110000101101010101100110101101100011000100110110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26AB3; }

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

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

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

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

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

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

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

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