Html Css Color HEX #C24DA7 Fuchsia

📋 copy color: '#C24DA7'

red 194 ◦ green 77 ◦ blue 167

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

Shades of Fuchsia #C24DA7

Tints of Fuchsia #C24DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.13%

R = 44.29%
G = 17.58%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C24DA7 (or 0xC24DA7) is known color: Fuchsia. HEX triplet: C2, 4D and A7. RGB value is (194,77,167). Sum of RGB (Red+Green+Blue) = 194+77+167=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DA7 is #3DB258. Grayscale: #7A7A7A. Windows color (decimal): -4043353 or 10964418. OLE color: 10964418.

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

Color convert

RGB 194 77 167 -
CMYK 0 0.60 0.14 0.24
HSL 313.85º 0.49% 0.53% -
HSV(B) 313.85º 0.6% 0.76% -
XYZ 31.88 19.57 38.66 -
YUV 122.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 194 77 167 0 0.60 0.14 0.24 313.85 0.49 0.53
Hex C2 4D A7 0 3C E 18 13A 31 35
Octal 302 115 247 0 74 16 30 472 61 65
Binary 11000010 1001101 10100111 0 111100 1110 11000 100111010 110001 110101

Color Harmonies of #C24DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DA7

Black with #C24DA7

Text Example


Text Example

White with #C24DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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