#C461A9

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

Shades of Fuchsia #C461A9

Tints of Fuchsia #C461A9

Color information

#C461A9 (or 0xC461A9) is unknown color: approx Fuchsia. HEX triplet: C4, 61 and A9. RGB value is (196,97,169). Sum of RGB (Red+Green+Blue) = 196+97+169=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C461A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461A9 is #3B9E56. Grayscale: #868686. Windows color (decimal): -3907159 or 11100612. OLE color: 11100612.

HSL color Cylindrical-coordinate representation of color #C461A9: hue angle of 316.36º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C461A9 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB19697169-
CMYK00.510.140.23
HSL316.36º45.62%57.45%-
HSV(B)316.36º50.51%76.86%-
XYZ34.223.1540.2-
YUV134.81147.3171.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 169 (66.41% from 255) = 36.58%
R=42.42%
G=21.00%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969716900.510.140.23316.3645.6257.45
HexC461A9033E1713c2e39
Octal30414125106316274745671
Binary110001001100001101010010110011111010111100111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461A9; }

 p { color: rgb(196,97,169); }

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

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

 a { background-color: rgb(196,97,169); }

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

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

 span { border-color: rgb(196,97,169); }

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