#C24AB4

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

Shades of Fuchsia #C24AB4

Tints of Fuchsia #C24AB4

Color information

#C24AB4 (or 0xC24AB4) is unknown color: approx Fuchsia. HEX triplet: C2, 4A and B4. RGB value is (194,74,180). Sum of RGB (Red+Green+Blue) = 194+74+180=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AB4 is #3DB54B. Grayscale: #797979. Windows color (decimal): -4044108 or 11815618. OLE color: 11815618.

HSL color Cylindrical-coordinate representation of color #C24AB4: hue angle of 307º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24AB4 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19474180-
CMYK00.620.070.24
HSL307º49.59%52.55%-
HSV(B)307º61.86%76.08%-
XYZ32.9419.6645.24-
YUV121.96160.76179.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 74 (29.30% from 255) = 16.52%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=43.30%
G=16.52%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947418000.620.070.2430749.5952.55
HexC24AB403E7181333235
Octal3021122640767304636265
Binary11000010100101010110100011111011111000100110011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24AB4; }

 p { color: rgb(194,74,180); }

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

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

 a { background-color: rgb(194,74,180); }

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

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

 span { border-color: rgb(194,74,180); }

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