Html Css Color HEX #C24AAA Fuchsia

📋 copy color: '#C24AAA'

red 194 ◦ green 74 ◦ blue 170

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

Shades of Fuchsia #C24AAA

Tints of Fuchsia #C24AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 44.29%
G = 16.89%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C24AAA (or 0xC24AAA) is known color: Fuchsia. HEX triplet: C2, 4A and AA. RGB value is (194,74,170). Sum of RGB (Red+Green+Blue) = 194+74+170=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AAA is #3DB555. Grayscale: #787878. Windows color (decimal): -4044118 or 11160258. OLE color: 11160258.

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

Color convert

RGB 194 74 170 -
CMYK 0 0.62 0.12 0.24
HSL 312º 0.5% 0.53% -
HSV(B) 312º 0.62% 0.76% -
XYZ 31.95 19.27 40.07 -
YUV 120.82 155.76 180.19 -
System Red Green Blue C M Y K H S L
Decimal 194 74 170 0 0.62 0.12 0.24 312 0.5 0.53
Hex C2 4A AA 0 3E C 18 138 32 35
Octal 302 112 252 0 76 14 30 470 62 65
Binary 11000010 1001010 10101010 0 111110 1100 11000 100111000 110010 110101

Color Harmonies of #C24AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AAA

Black with #C24AAA

Text Example


Text Example

White with #C24AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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