#C24AAC

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

Shades of Fuchsia #C24AAC

Tints of Fuchsia #C24AAC

Color information

#C24AAC (or 0xC24AAC) is unknown color: approx Fuchsia. HEX triplet: C2, 4A and AC. RGB value is (194,74,172). Sum of RGB (Red+Green+Blue) = 194+74+172=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AAC is #3DB553. Grayscale: #787878. Windows color (decimal): -4044116 or 11291330. OLE color: 11291330.

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

Color convert

RGB19474172-
CMYK00.620.110.24
HSL311º49.59%52.55%-
HSV(B)311º61.86%76.08%-
XYZ32.1419.3541.07-
YUV121.05156.76180.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=44.09%
G=16.82%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947417200.620.110.2431149.5952.55
HexC24AAC03EB181373235
Octal30211225407613304676265
Binary110000101001010101011000111110101111000100110111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24AAC; }

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

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

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

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

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

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

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

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