Html Css Color HEX #C24EAC Fuchsia

📋 copy color: '#C24EAC'

red 194 ◦ green 78 ◦ blue 172

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

Shades of Fuchsia #C24EAC

Tints of Fuchsia #C24EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.57%

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

R = 43.69%
G = 17.57%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C24EAC (or 0xC24EAC) is known color: Fuchsia. HEX triplet: C2, 4E and AC. RGB value is (194,78,172). Sum of RGB (Red+Green+Blue) = 194+78+172=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24EAC is #3DB153. Grayscale: #7B7B7B. Windows color (decimal): -4043092 or 11292354. OLE color: 11292354.

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

Color convert

RGB 194 78 172 -
CMYK 0 0.60 0.11 0.24
HSL 311.38º 0.49% 0.53% -
HSV(B) 311.38º 0.6% 0.76% -
XYZ 32.42 19.9 41.16 -
YUV 123.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 194 78 172 0 0.60 0.11 0.24 311.38 0.49 0.53
Hex C2 4E AC 0 3C B 18 137 31 35
Octal 302 116 254 0 74 13 30 467 61 65
Binary 11000010 1001110 10101100 0 111100 1011 11000 100110111 110001 110101

Color Harmonies of #C24EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24EAC

Black with #C24EAC

Text Example


Text Example

White with #C24EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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