#C44DA9

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

Shades of Fuchsia #C44DA9

Tints of Fuchsia #C44DA9

Color information

#C44DA9 (or 0xC44DA9) is unknown color: approx Fuchsia. HEX triplet: C4, 4D and A9. RGB value is (196,77,169). Sum of RGB (Red+Green+Blue) = 196+77+169=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44DA9 is #3BB256. Grayscale: #7A7A7A. Windows color (decimal): -3912279 or 11095492. OLE color: 11095492.

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

Color convert

RGB19677169-
CMYK00.610.140.23
HSL313.61º50.21%53.53%-
HSV(B)313.61º60.71%76.86%-
XYZ32.5819.9139.66-
YUV123.07153.92180.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.34%
GREEN value IS 77 (30.47% from 255) = 17.42%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=44.34%
G=17.42%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967716900.610.140.23313.6150.2153.53
HexC44DA903DE1713a3236
Octal30411525107516274726266
Binary110001001001101101010010111101111010111100111010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44DA9; }

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

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

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

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

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

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

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

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