#C24DAC

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

Shades of Fuchsia #C24DAC

Tints of Fuchsia #C24DAC

Color information

#C24DAC (or 0xC24DAC) is unknown color: approx Fuchsia. HEX triplet: C2, 4D and AC. RGB value is (194,77,172). Sum of RGB (Red+Green+Blue) = 194+77+172=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DAC is #3DB253. Grayscale: #7A7A7A. Windows color (decimal): -4043348 or 11292098. OLE color: 11292098.

HSL color Cylindrical-coordinate representation of color #C24DAC: hue angle of 311.28º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24DAC is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19477172-
CMYK00.600.110.24
HSL311.28º48.95%53.14%-
HSV(B)311.28º60.31%76.08%-
XYZ32.3519.7641.14-
YUV122.81155.76178.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.79%
GREEN value IS 77 (30.47% from 255) = 17.38%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=43.79%
G=17.38%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947717200.600.110.24311.2848.9553.14
HexC24DAC03CB181373135
Octal30211525407413304676165
Binary110000101001101101011000111100101111000100110111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24DAC; }

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

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

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

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

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

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

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

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