Html Css Color HEX #C24EC5 Fuchsia

📋 copy color: '#C24EC5'

red 194 ◦ green 78 ◦ blue 197

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

Shades of Fuchsia #C24EC5

Tints of Fuchsia #C24EC5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.63%

 BLUE value IS 197 (77.34% from 255) = 42%

R = 41.36%
G = 16.63%
B = 42%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C24EC5 (or 0xC24EC5) is known color: Fuchsia. HEX triplet: C2, 4E and C5. RGB value is (194,78,197). Sum of RGB (Red+Green+Blue) = 194+78+197=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #C24EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EC5 is #3DB13A. Grayscale: #7D7D7D. Windows color (decimal): -4043067 or 12930754. OLE color: 12930754.

HSL color Cylindrical-coordinate representation of color #C24EC5: hue angle of 298.49º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24EC5 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 78 197 -
CMYK 0.02 0.60 0 0.23
HSL 298.49º 0.51% 0.54% -
HSV(B) 298.49º 0.6% 0.77% -
XYZ 35.05 20.95 55.02 -
YUV 126.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 194 78 197 0.02 0.60 0 0.23 298.49 0.51 0.54
Hex C2 4E C5 2 3C 0 17 12A 33 36
Octal 302 116 305 2 74 0 27 452 63 66
Binary 11000010 1001110 11000101 10 111100 0 10111 100101010 110011 110110

Color Harmonies of #C24EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24EC5

Black with #C24EC5

Text Example


Text Example

White with #C24EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24EC5; }

 p { color: rgb(194,78,197); }

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

background-color css

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

 a { background-color: rgb(194,78,197); }

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

border-color css

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

 span { border-color: rgb(194,78,197); }

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