#C442AC

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

Shades of Fuchsia #C442AC

Tints of Fuchsia #C442AC

Color information

#C442AC (or 0xC442AC) is unknown color: approx Fuchsia. HEX triplet: C4, 42 and AC. RGB value is (196,66,172). Sum of RGB (Red+Green+Blue) = 196+66+172=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C442AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442AC is #3BBD53. Grayscale: #747474. Windows color (decimal): -3915092 or 11289284. OLE color: 11289284.

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

Color convert

RGB19666172-
CMYK00.660.120.23
HSL311.08º52.42%51.37%-
HSV(B)311.08º66.33%76.86%-
XYZ32.1618.6140.93-
YUV116.95159.07184.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=45.16%
G=15.21%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966617200.660.120.23311.0852.4251.37
HexC442AC042C171373433
Octal304102254010214274676463
Binary1100010010000101010110001000010110010111100110111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C442AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C442AC; }

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

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

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

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

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

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

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

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