#C45FAE

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

Shades of Fuchsia #C45FAE

Tints of Fuchsia #C45FAE

Color information

#C45FAE (or 0xC45FAE) is unknown color: approx Fuchsia. HEX triplet: C4, 5F and AE. RGB value is (196,95,174). Sum of RGB (Red+Green+Blue) = 196+95+174=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45FAE is #3BA051. Grayscale: #858585. Windows color (decimal): -3907666 or 11427780. OLE color: 11427780.

HSL color Cylindrical-coordinate representation of color #C45FAE: hue angle of 313.07º 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 #C45FAE is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB19695174-
CMYK00.520.110.23
HSL313.07º46.12%57.06%-
HSV(B)313.07º51.53%76.86%-
XYZ34.522.9842.66-
YUV134.21150.46172.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=42.15%
G=20.43%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969517400.520.110.23313.0746.1257.06
HexC45FAE034B171392e39
Octal30413725606413274715671
Binary110001001011111101011100110100101110111100111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45FAE; }

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

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

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

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

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

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

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

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