Html Css Color HEX #C24DA9 Fuchsia

📋 copy color: '#C24DA9'

red 194 ◦ green 77 ◦ blue 169

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

Shades of Fuchsia #C24DA9

Tints of Fuchsia #C24DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

 BLUE value IS 169 (66.41% from 255) = 38.41%

R = 44.09%
G = 17.5%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C24DA9 (or 0xC24DA9) is known color: Fuchsia. HEX triplet: C2, 4D and A9. RGB value is (194,77,169). Sum of RGB (Red+Green+Blue) = 194+77+169=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DA9 is #3DB256. Grayscale: #7A7A7A. Windows color (decimal): -4043351 or 11095490. OLE color: 11095490.

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

Color convert

RGB 194 77 169 -
CMYK 0 0.60 0.13 0.24
HSL 312.82º 0.49% 0.53% -
HSV(B) 312.82º 0.6% 0.76% -
XYZ 32.06 19.64 39.64 -
YUV 122.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 194 77 169 0 0.60 0.13 0.24 312.82 0.49 0.53
Hex C2 4D A9 0 3C D 18 139 31 35
Octal 302 115 251 0 74 15 30 471 61 65
Binary 11000010 1001101 10101001 0 111100 1101 11000 100111001 110001 110101

Color Harmonies of #C24DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DA9

Black with #C24DA9

Text Example


Text Example

White with #C24DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DA9; }

 p { color: rgb(194,77,169); }

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

background-color css

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

 a { background-color: rgb(194,77,169); }

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

border-color css

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

 span { border-color: rgb(194,77,169); }

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