#C44ABE

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

Shades of Fuchsia #C44ABE

Tints of Fuchsia #C44ABE

Color information

#C44ABE (or 0xC44ABE) is unknown color: approx Fuchsia. HEX triplet: C4, 4A and BE. RGB value is (196,74,190). Sum of RGB (Red+Green+Blue) = 196+74+190=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C44ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ABE is #3BB541. Grayscale: #7B7B7B. Windows color (decimal): -3913026 or 12470980. OLE color: 12470980.

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

Color convert

RGB19674190-
CMYK00.620.030.23
HSL302.95º50.83%52.94%-
HSV(B)302.95º62.24%76.86%-
XYZ34.5120.3550.82-
YUV123.7165.42179.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=42.61%
G=16.09%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967419000.620.030.23302.9550.8352.94
HexC44ABE03E31712f3335
Octal3041122760763274576365
Binary1100010010010101011111001111101110111100101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44ABE; }

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

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

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

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

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

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

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

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