Html Css Color HEX #C24FC6 Fuchsia

📋 copy color: '#C24FC6'

red 194 ◦ green 79 ◦ blue 198

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

Shades of Fuchsia #C24FC6

Tints of Fuchsia #C24FC6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.77%

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

R = 41.19%
G = 16.77%
B = 42.04%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C24FC6 (or 0xC24FC6) is known color: Fuchsia. HEX triplet: C2, 4F and C6. RGB value is (194,79,198). Sum of RGB (Red+Green+Blue) = 194+79+198=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #C24FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FC6 is #3DB039. Grayscale: #7E7E7E. Windows color (decimal): -4042810 or 12996546. OLE color: 12996546.

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

Color convert

RGB 194 79 198 -
CMYK 0.02 0.60 0 0.22
HSL 297.98º 0.51% 0.54% -
HSV(B) 297.98º 0.6% 0.78% -
XYZ 35.24 21.14 55.65 -
YUV 126.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 194 79 198 0.02 0.60 0 0.22 297.98 0.51 0.54
Hex C2 4F C6 2 3C 0 16 12A 33 36
Octal 302 117 306 2 74 0 26 452 63 66
Binary 11000010 1001111 11000110 10 111100 0 10110 100101010 110011 110110

Color Harmonies of #C24FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FC6

Black with #C24FC6

Text Example


Text Example

White with #C24FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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