#C44AB3

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

Shades of Fuchsia #C44AB3

Tints of Fuchsia #C44AB3

Color information

#C44AB3 (or 0xC44AB3) is unknown color: approx Fuchsia. HEX triplet: C4, 4A and B3. RGB value is (196,74,179). Sum of RGB (Red+Green+Blue) = 196+74+179=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C44AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44AB3 is #3BB54C. Grayscale: #7A7A7A. Windows color (decimal): -3913037 or 11750084. OLE color: 11750084.

HSL color Cylindrical-coordinate representation of color #C44AB3: hue angle of 308.36º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44AB3 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB19674179-
CMYK00.620.090.23
HSL308.36º50.83%52.94%-
HSV(B)308.36º62.24%76.86%-
XYZ33.3519.8944.73-
YUV122.45159.92180.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=43.65%
G=16.48%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967417900.620.090.23308.3650.8352.94
HexC44AB303E9171343335
Octal30411226307611274646365
Binary110001001001010101100110111110100110111100110100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44AB3; }

 p { color: rgb(196,74,179); }

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

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

 a { background-color: rgb(196,74,179); }

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

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

 span { border-color: rgb(196,74,179); }

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