Html Css Color HEX #C24EAE Fuchsia

📋 copy color: '#C24EAE'

red 194 ◦ green 78 ◦ blue 174

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

Shades of Fuchsia #C24EAE

Tints of Fuchsia #C24EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 43.5%
G = 17.49%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C24EAE (or 0xC24EAE) is known color: Fuchsia. HEX triplet: C2, 4E and AE. RGB value is (194,78,174). Sum of RGB (Red+Green+Blue) = 194+78+174=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24EAE is #3DB151. Grayscale: #7B7B7B. Windows color (decimal): -4043090 or 11423426. OLE color: 11423426.

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

Color convert

RGB 194 78 174 -
CMYK 0 0.60 0.10 0.24
HSL 310.34º 0.49% 0.53% -
HSV(B) 310.34º 0.6% 0.76% -
XYZ 32.61 19.97 42.18 -
YUV 123.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 194 78 174 0 0.60 0.10 0.24 310.34 0.49 0.53
Hex C2 4E AE 0 3C A 18 136 31 35
Octal 302 116 256 0 74 12 30 466 61 65
Binary 11000010 1001110 10101110 0 111100 1010 11000 100110110 110001 110101

Color Harmonies of #C24EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24EAE

Black with #C24EAE

Text Example


Text Example

White with #C24EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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