#C45CAE

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

Shades of Fuchsia #C45CAE

Tints of Fuchsia #C45CAE

Color information

#C45CAE (or 0xC45CAE) is unknown color: approx Fuchsia. HEX triplet: C4, 5C and AE. RGB value is (196,92,174). Sum of RGB (Red+Green+Blue) = 196+92+174=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C45CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45CAE is #3BA351. Grayscale: #848484. Windows color (decimal): -3908434 or 11427012. OLE color: 11427012.

HSL color Cylindrical-coordinate representation of color #C45CAE: hue angle of 312.69º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45CAE is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB19692174-
CMYK00.530.110.23
HSL312.69º46.85%56.47%-
HSV(B)312.69º53.06%76.86%-
XYZ34.2322.4542.57-
YUV132.44151.46173.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=42.42%
G=19.91%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969217400.530.110.23312.6946.8556.47
HexC45CAE035B171392f38
Octal30413425606513274715770
Binary110001001011100101011100110101101110111100111001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45CAE; }

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

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

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

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

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

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

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

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