#C44DAC

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

Shades of Fuchsia #C44DAC

Tints of Fuchsia #C44DAC

Color information

#C44DAC (or 0xC44DAC) is unknown color: approx Fuchsia. HEX triplet: C4, 4D and AC. RGB value is (196,77,172). Sum of RGB (Red+Green+Blue) = 196+77+172=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44DAC is #3BB253. Grayscale: #7B7B7B. Windows color (decimal): -3912276 or 11292100. OLE color: 11292100.

HSL color Cylindrical-coordinate representation of color #C44DAC: hue angle of 312.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44DAC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19677172-
CMYK00.610.120.23
HSL312.1º50.21%53.53%-
HSV(B)312.1º60.71%76.86%-
XYZ32.8720.0241.16-
YUV123.41155.42179.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=44.04%
G=17.30%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967717200.610.120.23312.150.2153.53
HexC44DAC03DC171383236
Octal30411525407514274706266
Binary110001001001101101011000111101110010111100111000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44DAC; }

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

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

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

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

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

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

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

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