#C44ABC

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

Shades of Fuchsia #C44ABC

Tints of Fuchsia #C44ABC

Color information

#C44ABC (or 0xC44ABC) is unknown color: approx Fuchsia. HEX triplet: C4, 4A and BC. RGB value is (196,74,188). Sum of RGB (Red+Green+Blue) = 196+74+188=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C44ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ABC is #3BB543. Grayscale: #7B7B7B. Windows color (decimal): -3913028 or 12339908. OLE color: 12339908.

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

Color convert

RGB19674188-
CMYK00.620.040.23
HSL303.93º50.83%52.94%-
HSV(B)303.93º62.24%76.86%-
XYZ34.2920.2649.68-
YUV123.47164.42179.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=42.79%
G=16.16%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967418800.620.040.23303.9350.8352.94
HexC44ABC03E4171303335
Octal3041122740764274606365
Binary11000100100101010111100011111010010111100110000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44ABC; }

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

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

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

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

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

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

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

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