Html Css Color HEX #C24AAE Fuchsia

📋 copy color: '#C24AAE'

red 194 ◦ green 74 ◦ blue 174

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

Shades of Fuchsia #C24AAE

Tints of Fuchsia #C24AAE

RGB

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

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

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

R = 43.89%
G = 16.74%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C24AAE (or 0xC24AAE) is known color: Fuchsia. HEX triplet: C2, 4A and AE. RGB value is (194,74,174). Sum of RGB (Red+Green+Blue) = 194+74+174=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AAE is #3DB551. Grayscale: #787878. Windows color (decimal): -4044114 or 11422402. OLE color: 11422402.

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

Color convert

RGB 194 74 174 -
CMYK 0 0.62 0.10 0.24
HSL 310º 0.5% 0.53% -
HSV(B) 310º 0.62% 0.76% -
XYZ 32.34 19.42 42.09 -
YUV 121.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 194 74 174 0 0.62 0.10 0.24 310 0.5 0.53
Hex C2 4A AE 0 3E A 18 136 32 35
Octal 302 112 256 0 76 12 30 466 62 65
Binary 11000010 1001010 10101110 0 111110 1010 11000 100110110 110010 110101

Color Harmonies of #C24AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AAE

Black with #C24AAE

Text Example


Text Example

White with #C24AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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