Html Css Color HEX #C24AAC Fuchsia

📋 copy color: '#C24AAC'

red 194 ◦ green 74 ◦ blue 172

#C24AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C24AAC

Tints of Fuchsia #C24AAC

RGB

 RED value IS 194 (76.17% from 255) = 44.09%

 GREEN value IS 74 (29.3% from 255) = 16.82%

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 44.09%
G = 16.82%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C24AAC (or 0xC24AAC) is known color: Fuchsia. HEX triplet: C2, 4A and AC. RGB value is (194,74,172). Sum of RGB (Red+Green+Blue) = 194+74+172=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AAC is #3DB553. Grayscale: #787878. Windows color (decimal): -4044116 or 11291330. OLE color: 11291330.

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

Color convert

RGB 194 74 172 -
CMYK 0 0.62 0.11 0.24
HSL 311º 0.5% 0.53% -
HSV(B) 311º 0.62% 0.76% -
XYZ 32.14 19.35 41.07 -
YUV 121.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 194 74 172 0 0.62 0.11 0.24 311 0.5 0.53
Hex C2 4A AC 0 3E B 18 137 32 35
Octal 302 112 254 0 76 13 30 467 62 65
Binary 11000010 1001010 10101100 0 111110 1011 11000 100110111 110010 110101

Color Harmonies of #C24AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AAC

Black with #C24AAC

Text Example


Text Example

White with #C24AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AAC; }

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

 H1.HeaderClassName
 {
   color: #C24AAC;
 }
 .AnyTagClassName
 {
   color: #C24AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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