#c45fa9

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

Shades of Fuchsia #C45FA9

Tints of Fuchsia #C45FA9

Color information

#C45FA9 (or 0xC45FA9) is unknown color: approx Fuchsia. HEX triplet: C4, 5F and A9. RGB value is (196,95,169). Sum of RGB (Red+Green+Blue) = 196+95+169=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FA9 is #3BA056. Grayscale: #858585. Windows color (decimal): -3907671 or 11100100. OLE color: 11100100.

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

Color convert

RGB19695169-
CMYK00.520.140.23
HSL316.04º46.12%57.06%-
HSV(B)316.04º51.53%76.86%-
XYZ34.0222.7840.14-
YUV133.64147.96172.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=42.61%
G=20.65%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969516900.520.140.23316.0446.1257.06
HexC45FA9034E1713c2e39
Octal30413725106416274745671
Binary110001001011111101010010110100111010111100111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45fa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45fa9; }

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

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

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

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

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

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

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

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