#C44EC2

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

Shades of Fuchsia #C44EC2

Tints of Fuchsia #C44EC2

Color information

#C44EC2 (or 0xC44EC2) is unknown color: approx Fuchsia. HEX triplet: C4, 4E and C2. RGB value is (196,78,194). Sum of RGB (Red+Green+Blue) = 196+78+194=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C44EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EC2 is #3BB13D. Grayscale: #7E7E7E. Windows color (decimal): -3911998 or 12734148. OLE color: 12734148.

HSL color Cylindrical-coordinate representation of color #C44EC2: hue angle of 301.02º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44EC2 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB19678194-
CMYK00.600.010.23
HSL301.02º50%53.73%-
HSV(B)301.02º60.2%76.86%-
XYZ35.2321.0853.25-
YUV126.51166.09177.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 78 (30.86% from 255) = 16.67%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=41.88%
G=16.67%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967819400.600.010.23301.025053.73
HexC44EC203C11712d3236
Octal3041163020741274556266
Binary110001001001110110000100111100110111100101101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44EC2; }

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

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

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

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

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

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

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

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