#C44DAD

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

Shades of Fuchsia #C44DAD

Tints of Fuchsia #C44DAD

Color information

#C44DAD (or 0xC44DAD) is unknown color: approx Fuchsia. HEX triplet: C4, 4D and AD. RGB value is (196,77,173). Sum of RGB (Red+Green+Blue) = 196+77+173=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44DAD is #3BB252. Grayscale: #7B7B7B. Windows color (decimal): -3912275 or 11357636. OLE color: 11357636.

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

Color convert

RGB19677173-
CMYK00.610.120.23
HSL311.6º50.21%53.53%-
HSV(B)311.6º60.71%76.86%-
XYZ32.9620.0641.67-
YUV123.52155.92179.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.95%
GREEN value IS 77 (30.47% from 255) = 17.26%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=43.95%
G=17.26%
B=38.79%

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
Decimal1967717300.610.120.23311.650.2153.53
HexC44DAD03DC171383236
Octal30411525507514274706266
Binary110001001001101101011010111101110010111100111000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44DAD; }

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

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

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

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

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

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

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

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