Html Css Color HEX #C24FC0 Fuchsia

📋 copy color: '#C24FC0'

red 194 ◦ green 79 ◦ blue 192

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

Shades of Fuchsia #C24FC0

Tints of Fuchsia #C24FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 41.72%
G = 16.99%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C24FC0 (or 0xC24FC0) is known color: Fuchsia. HEX triplet: C2, 4F and C0. RGB value is (194,79,192). Sum of RGB (Red+Green+Blue) = 194+79+192=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FC0 is #3DB03F. Grayscale: #7D7D7D. Windows color (decimal): -4042816 or 12603330. OLE color: 12603330.

HSL color Cylindrical-coordinate representation of color #C24FC0: hue angle of 301.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24FC0 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 192 -
CMYK 0 0.59 0.01 0.24
HSL 301.04º 0.49% 0.54% -
HSV(B) 301.04º 0.59% 0.76% -
XYZ 34.56 20.87 52.08 -
YUV 126.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 194 79 192 0 0.59 0.01 0.24 301.04 0.49 0.54
Hex C2 4F C0 0 3B 1 18 12D 31 36
Octal 302 117 300 0 73 1 30 455 61 66
Binary 11000010 1001111 11000000 0 111011 1 11000 100101101 110001 110110

Color Harmonies of #C24FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FC0

Black with #C24FC0

Text Example


Text Example

White with #C24FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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