#C44DCA

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

Shades of Fuchsia #C44DCA

Tints of Fuchsia #C44DCA

Color information

#C44DCA (or 0xC44DCA) is unknown color: approx Fuchsia. HEX triplet: C4, 4D and CA. RGB value is (196,77,202). Sum of RGB (Red+Green+Blue) = 196+77+202=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #C44DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DCA is #3BB235. Grayscale: #7E7E7E. Windows color (decimal): -3912246 or 13258180. OLE color: 13258180.

HSL color Cylindrical-coordinate representation of color #C44DCA: hue angle of 297.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44DCA is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19677202-
CMYK0.030.6200.21
HSL297.12º54.11%54.71%-
HSV(B)297.12º61.88%79.22%-
XYZ36.0821.3158.09-
YUV126.83170.42177.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 77 (30.47% from 255) = 16.21%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=41.26%
G=16.21%
B=42.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196772020.030.6200.21297.1254.1154.71
HexC44DCA33E0151293637
Octal3041153123760254516667
Binary1100010010011011100101011111110010101100101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44DCA; }

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

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

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

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

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

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

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

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