#C24AAE

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

Shades of Fuchsia #C24AAE

Tints of Fuchsia #C24AAE

Color information

#C24AAE (or 0xC24AAE) is unknown color: approx Fuchsia. HEX triplet: C2, 4A and AE. RGB value is (194,74,174). Sum of RGB (Red+Green+Blue) = 194+74+174=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AAE is #3DB551. Grayscale: #787878. Windows color (decimal): -4044114 or 11422402. OLE color: 11422402.

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

Color convert

RGB19474174-
CMYK00.620.100.24
HSL310º49.59%52.55%-
HSV(B)310º61.86%76.08%-
XYZ32.3419.4242.09-
YUV121.28157.76179.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.89%
GREEN value IS 74 (29.30% from 255) = 16.74%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=43.89%
G=16.74%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947417400.620.100.2431049.5952.55
HexC24AAE03EA181363235
Octal30211225607612304666265
Binary110000101001010101011100111110101011000100110110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24AAE; }

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

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

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

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

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

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

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

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