#C44AB9

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

Shades of Fuchsia #C44AB9

Tints of Fuchsia #C44AB9

Color information

#C44AB9 (or 0xC44AB9) is unknown color: approx Fuchsia. HEX triplet: C4, 4A and B9. RGB value is (196,74,185). Sum of RGB (Red+Green+Blue) = 196+74+185=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C44AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44AB9 is #3BB546. Grayscale: #7A7A7A. Windows color (decimal): -3913031 or 12143300. OLE color: 12143300.

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

Color convert

RGB19674185-
CMYK00.620.060.23
HSL305.41º50.83%52.94%-
HSV(B)305.41º62.24%76.86%-
XYZ33.9720.1448-
YUV123.13162.92179.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=43.08%
G=16.26%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967418500.620.060.23305.4150.8352.94
HexC44AB903E6171313335
Octal3041122710766274616365
Binary11000100100101010111001011111011010111100110001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44AB9; }

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

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

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

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

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

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

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

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