#c26ab9

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

Shades of Fuchsia #C26AB9

Tints of Fuchsia #C26AB9

Color information

#C26AB9 (or 0xC26AB9) is unknown color: approx Fuchsia. HEX triplet: C2, 6A and B9. RGB value is (194,106,185). Sum of RGB (Red+Green+Blue) = 194+106+185=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C26AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AB9 is #3D9546. Grayscale: #8D8D8D. Windows color (decimal): -4035911 or 12151490. OLE color: 12151490.

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

Color convert

RGB194106185-
CMYK00.450.050.24
HSL306.14º41.9%58.82%-
HSV(B)306.14º45.36%76.08%-
XYZ36.1625.2848.87-
YUV141.32152.65165.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=40%
G=21.86%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410618500.450.050.24306.1441.958.82
HexC26AB902D5181322a3b
Octal3021522710555304625273
Binary11000010110101010111001010110110111000100110010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c26ab9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c26ab9; }

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

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

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

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

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

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

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

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