#C259A9

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

Shades of Fuchsia #C259A9

Tints of Fuchsia #C259A9

Color information

#C259A9 (or 0xC259A9) is unknown color: approx Fuchsia. HEX triplet: C2, 59 and A9. RGB value is (194,89,169). Sum of RGB (Red+Green+Blue) = 194+89+169=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C259A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259A9 is #3DA656. Grayscale: #818181. Windows color (decimal): -4040279 or 11098562. OLE color: 11098562.

HSL color Cylindrical-coordinate representation of color #C259A9: hue angle of 314.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C259A9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19489169-
CMYK00.540.130.24
HSL314.29º46.26%55.49%-
HSV(B)314.29º54.12%76.08%-
XYZ32.9821.4839.94-
YUV129.51150.29174-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 169 (66.41% from 255) = 37.39%
R=42.92%
G=19.69%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948916900.540.130.24314.2946.2655.49
HexC259A9036D1813a2e37
Octal30213125106615304725667
Binary110000101011001101010010110110110111000100111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C259A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C259A9; }

 p { color: rgb(194,89,169); }

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

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

 a { background-color: rgb(194,89,169); }

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

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

 span { border-color: rgb(194,89,169); }

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