#C44ECA

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

Shades of Fuchsia #C44ECA

Tints of Fuchsia #C44ECA

Color information

#C44ECA (or 0xC44ECA) is unknown color: approx Fuchsia. HEX triplet: C4, 4E and CA. RGB value is (196,78,202). Sum of RGB (Red+Green+Blue) = 196+78+202=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #C44ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44ECA is #3BB135. Grayscale: #7F7F7F. Windows color (decimal): -3911990 or 13258436. OLE color: 13258436.

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

Color convert

RGB19678202-
CMYK0.030.6100.21
HSL297.1º53.91%54.9%-
HSV(B)297.1º61.39%79.22%-
XYZ36.1521.4558.11-
YUV127.42170.09176.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 78 (30.86% from 255) = 16.39%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=41.18%
G=16.39%
B=42.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196782020.030.6100.21297.153.9154.9
HexC44ECA33D0151293637
Octal3041163123750254516667
Binary1100010010011101100101011111101010101100101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44ECA; }

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

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

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

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

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

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

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

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