Html Css Color HEX #C24FAC Fuchsia

📋 copy color: '#C24FAC'

red 194 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #C24FAC

Tints of Fuchsia #C24FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.75%

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

R = 43.6%
G = 17.75%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C24FAC (or 0xC24FAC) is known color: Fuchsia. HEX triplet: C2, 4F and AC. RGB value is (194,79,172). Sum of RGB (Red+Green+Blue) = 194+79+172=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FAC is #3DB053. Grayscale: #7B7B7B. Windows color (decimal): -4042836 or 11292610. OLE color: 11292610.

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

Color convert

RGB 194 79 172 -
CMYK 0 0.59 0.11 0.24
HSL 311.48º 0.49% 0.54% -
HSV(B) 311.48º 0.59% 0.76% -
XYZ 32.49 20.04 41.19 -
YUV 123.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 194 79 172 0 0.59 0.11 0.24 311.48 0.49 0.54
Hex C2 4F AC 0 3B B 18 137 31 36
Octal 302 117 254 0 73 13 30 467 61 66
Binary 11000010 1001111 10101100 0 111011 1011 11000 100110111 110001 110110

Color Harmonies of #C24FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FAC

Black with #C24FAC

Text Example


Text Example

White with #C24FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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