#C24FAE

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

Shades of Fuchsia #C24FAE

Tints of Fuchsia #C24FAE

Color information

#C24FAE (or 0xC24FAE) is unknown color: approx Fuchsia. HEX triplet: C2, 4F and AE. RGB value is (194,79,174). Sum of RGB (Red+Green+Blue) = 194+79+174=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FAE is #3DB051. Grayscale: #7B7B7B. Windows color (decimal): -4042834 or 11423682. OLE color: 11423682.

HSL color Cylindrical-coordinate representation of color #C24FAE: hue angle of 310.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24FAE is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB19479174-
CMYK00.590.100.24
HSL310.43º48.52%53.53%-
HSV(B)310.43º59.28%76.08%-
XYZ32.6820.1242.2-
YUV124.21156.1177.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=43.40%
G=17.67%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947917400.590.100.24310.4348.5253.53
HexC24FAE03BA181363136
Octal30211725607312304666166
Binary110000101001111101011100111011101011000100110110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24FAE; }

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

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

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

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

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

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

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

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