#C24AB2

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

Shades of Fuchsia #C24AB2

Tints of Fuchsia #C24AB2

Color information

#C24AB2 (or 0xC24AB2) is unknown color: approx Fuchsia. HEX triplet: C2, 4A and B2. RGB value is (194,74,178). Sum of RGB (Red+Green+Blue) = 194+74+178=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AB2 is #3DB54D. Grayscale: #797979. Windows color (decimal): -4044110 or 11684546. OLE color: 11684546.

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

Color convert

RGB19474178-
CMYK00.620.080.24
HSL308º49.59%52.55%-
HSV(B)308º61.86%76.08%-
XYZ32.7319.5844.17-
YUV121.74159.76179.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 74 (29.30% from 255) = 16.59%
BLUE value IS 178 (69.92% from 255) = 39.91%
R=43.50%
G=16.59%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947417800.620.080.2430849.5952.55
HexC24AB203E8181343235
Octal30211226207610304646265
Binary110000101001010101100100111110100011000100110100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24AB2; }

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

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

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

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

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

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

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

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