#C349A9

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

Shades of Fuchsia #C349A9

Tints of Fuchsia #C349A9

Color information

#C349A9 (or 0xC349A9) is unknown color: approx Fuchsia. HEX triplet: C3, 49 and A9. RGB value is (195,73,169). Sum of RGB (Red+Green+Blue) = 195+73+169=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C349A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349A9 is #3CB656. Grayscale: #787878. Windows color (decimal): -3978839 or 11094467. OLE color: 11094467.

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

Color convert

RGB19573169-
CMYK00.630.130.24
HSL312.79º50.41%52.55%-
HSV(B)312.79º62.56%76.47%-
XYZ32.0519.2339.56-
YUV120.42155.42181.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 169 (66.41% from 255) = 38.67%
R=44.62%
G=16.70%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957316900.630.130.24312.7950.4152.55
HexC349A903FD181393235
Octal30311125107715304716265
Binary110000111001001101010010111111110111000100111001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C349A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C349A9; }

 p { color: rgb(195,73,169); }

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

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

 a { background-color: rgb(195,73,169); }

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

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

 span { border-color: rgb(195,73,169); }

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