#C26AB6

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

Shades of Fuchsia #C26AB6

Tints of Fuchsia #C26AB6

Color information

#C26AB6 (or 0xC26AB6) is unknown color: approx Fuchsia. HEX triplet: C2, 6A and B6. RGB value is (194,106,182). Sum of RGB (Red+Green+Blue) = 194+106+182=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AB6 is #3D9549. Grayscale: #8C8C8C. Windows color (decimal): -4035914 or 11954882. OLE color: 11954882.

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

Color convert

RGB194106182-
CMYK00.450.060.24
HSL308.18º41.9%58.82%-
HSV(B)308.18º45.36%76.08%-
XYZ35.8525.1547.22-
YUV140.98151.15165.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=40.25%
G=21.99%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410618200.450.060.24308.1841.958.82
HexC26AB602D6181342a3b
Octal3021522660556304645273
Binary11000010110101010110110010110111011000100110100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26AB6; }

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

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

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

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

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

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

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

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