#C44DAE

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

Shades of Fuchsia #C44DAE

Tints of Fuchsia #C44DAE

Color information

#C44DAE (or 0xC44DAE) is unknown color: approx Fuchsia. HEX triplet: C4, 4D and AE. RGB value is (196,77,174). Sum of RGB (Red+Green+Blue) = 196+77+174=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44DAE is #3BB251. Grayscale: #7B7B7B. Windows color (decimal): -3912274 or 11423172. OLE color: 11423172.

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

Color convert

RGB19677174-
CMYK00.610.110.23
HSL311.09º50.21%53.53%-
HSV(B)311.09º60.71%76.86%-
XYZ33.0620.142.18-
YUV123.64156.42179.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=43.85%
G=17.23%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967717400.610.110.23311.0950.2153.53
HexC44DAE03DB171373236
Octal30411525607513274676266
Binary110001001001101101011100111101101110111100110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44DAE; }

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

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

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

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

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

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

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

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