#C24AA9

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

Shades of Fuchsia #C24AA9

Tints of Fuchsia #C24AA9

Color information

#C24AA9 (or 0xC24AA9) is unknown color: approx Fuchsia. HEX triplet: C2, 4A and A9. RGB value is (194,74,169). Sum of RGB (Red+Green+Blue) = 194+74+169=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AA9 is #3DB556. Grayscale: #787878. Windows color (decimal): -4044119 or 11094722. OLE color: 11094722.

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

Color convert

RGB19474169-
CMYK00.620.130.24
HSL312.5º49.59%52.55%-
HSV(B)312.5º61.86%76.08%-
XYZ31.8619.2339.57-
YUV120.71155.26180.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 169 (66.41% from 255) = 38.67%
R=44.39%
G=16.93%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947416900.620.130.24312.549.5952.55
HexC24AA903ED181383235
Octal30211225107615304706265
Binary110000101001010101010010111110110111000100111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24AA9; }

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

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

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

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

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

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

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

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