#C24ABD

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

Shades of Fuchsia #C24ABD

Tints of Fuchsia #C24ABD

Color information

#C24ABD (or 0xC24ABD) is unknown color: approx Fuchsia. HEX triplet: C2, 4A and BD. RGB value is (194,74,189). Sum of RGB (Red+Green+Blue) = 194+74+189=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C24ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ABD is #3DB542. Grayscale: #7A7A7A. Windows color (decimal): -4044099 or 12405442. OLE color: 12405442.

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

Color convert

RGB19474189-
CMYK00.620.030.24
HSL302.5º49.59%52.55%-
HSV(B)302.5º61.86%76.08%-
XYZ33.8820.0450.23-
YUV122.99165.26178.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=42.45%
G=16.19%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947418900.620.030.24302.549.5952.55
HexC24ABD03E31812e3235
Octal3021122750763304566265
Binary1100001010010101011110101111101111000100101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24ABD; }

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

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

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

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

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

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

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

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