Html Css Color HEX #C24CC6 Fuchsia

📋 copy color: '#C24CC6'

red 194 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #C24CC6

Tints of Fuchsia #C24CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.24%

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

R = 41.45%
G = 16.24%
B = 42.31%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C24CC6 (or 0xC24CC6) is known color: Fuchsia. HEX triplet: C2, 4C and C6. RGB value is (194,76,198). Sum of RGB (Red+Green+Blue) = 194+76+198=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #C24CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CC6 is #3DB339. Grayscale: #7C7C7C. Windows color (decimal): -4043578 or 12995778. OLE color: 12995778.

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

Color convert

RGB 194 76 198 -
CMYK 0.02 0.62 0 0.22
HSL 298.03º 0.52% 0.54% -
HSV(B) 298.03º 0.62% 0.78% -
XYZ 35.03 20.72 55.58 -
YUV 125.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 194 76 198 0.02 0.62 0 0.22 298.03 0.52 0.54
Hex C2 4C C6 2 3E 0 16 12A 34 36
Octal 302 114 306 2 76 0 26 452 64 66
Binary 11000010 1001100 11000110 10 111110 0 10110 100101010 110100 110110

Color Harmonies of #C24CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CC6

Black with #C24CC6

Text Example


Text Example

White with #C24CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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