#C442AE

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

Shades of Fuchsia #C442AE

Tints of Fuchsia #C442AE

Color information

#C442AE (or 0xC442AE) is unknown color: approx Fuchsia. HEX triplet: C4, 42 and AE. RGB value is (196,66,174). Sum of RGB (Red+Green+Blue) = 196+66+174=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C442AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442AE is #3BBD51. Grayscale: #747474. Windows color (decimal): -3915090 or 11420356. OLE color: 11420356.

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

Color convert

RGB19666174-
CMYK00.660.110.23
HSL310.15º52.42%51.37%-
HSV(B)310.15º66.33%76.86%-
XYZ32.3518.6941.95-
YUV117.18160.07184.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 66 (26.17% from 255) = 15.14%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=44.95%
G=15.14%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966617400.660.110.23310.1552.4251.37
HexC442AE042B171363433
Octal304102256010213274666463
Binary1100010010000101010111001000010101110111100110110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C442AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C442AE; }

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

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

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

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

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

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

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

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