Html Css Color HEX #C24AC6 Fuchsia

📋 copy color: '#C24AC6'

red 194 ◦ green 74 ◦ blue 198

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

Shades of Fuchsia #C24AC6

Tints of Fuchsia #C24AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 41.63%
G = 15.88%
B = 42.49%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C24AC6 (or 0xC24AC6) is known color: Fuchsia. HEX triplet: C2, 4A and C6. RGB value is (194,74,198). Sum of RGB (Red+Green+Blue) = 194+74+198=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #C24AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AC6 is #3DB539. Grayscale: #7B7B7B. Windows color (decimal): -4044090 or 12995266. OLE color: 12995266.

HSL color Cylindrical-coordinate representation of color #C24AC6: hue angle of 298.06º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24AC6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 74 198 -
CMYK 0.02 0.63 0 0.22
HSL 298.06º 0.52% 0.53% -
HSV(B) 298.06º 0.63% 0.78% -
XYZ 34.89 20.44 55.53 -
YUV 124.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 194 74 198 0.02 0.63 0 0.22 298.06 0.52 0.53
Hex C2 4A C6 2 3F 0 16 12A 34 35
Octal 302 112 306 2 77 0 26 452 64 65
Binary 11000010 1001010 11000110 10 111111 0 10110 100101010 110100 110101

Color Harmonies of #C24AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AC6

Black with #C24AC6

Text Example


Text Example

White with #C24AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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