Html Css Color HEX #C24AA8 Fuchsia

📋 copy color: '#C24AA8'

red 194 ◦ green 74 ◦ blue 168

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

Shades of Fuchsia #C24AA8

Tints of Fuchsia #C24AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.53%

R = 44.5%
G = 16.97%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C24AA8 (or 0xC24AA8) is known color: Fuchsia. HEX triplet: C2, 4A and A8. RGB value is (194,74,168). Sum of RGB (Red+Green+Blue) = 194+74+168=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AA8 is #3DB557. Grayscale: #787878. Windows color (decimal): -4044120 or 11029186. OLE color: 11029186.

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

Color convert

RGB 194 74 168 -
CMYK 0 0.62 0.13 0.24
HSL 313º 0.5% 0.53% -
HSV(B) 313º 0.62% 0.76% -
XYZ 31.76 19.19 39.08 -
YUV 120.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 194 74 168 0 0.62 0.13 0.24 313 0.5 0.53
Hex C2 4A A8 0 3E D 18 139 32 35
Octal 302 112 250 0 76 15 30 471 62 65
Binary 11000010 1001010 10101000 0 111110 1101 11000 100111001 110010 110101

Color Harmonies of #C24AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AA8

Black with #C24AA8

Text Example


Text Example

White with #C24AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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