Html Css Color HEX #C24FA7 Fuchsia

📋 copy color: '#C24FA7'

red 194 ◦ green 79 ◦ blue 167

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

Shades of Fuchsia #C24FA7

Tints of Fuchsia #C24FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.95%

R = 44.09%
G = 17.95%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C24FA7 (or 0xC24FA7) is known color: Fuchsia. HEX triplet: C2, 4F and A7. RGB value is (194,79,167). Sum of RGB (Red+Green+Blue) = 194+79+167=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FA7 is #3DB058. Grayscale: #7B7B7B. Windows color (decimal): -4042841 or 10964930. OLE color: 10964930.

HSL color Cylindrical-coordinate representation of color #C24FA7: hue angle of 314.09º 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 #C24FA7 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 167 -
CMYK 0 0.59 0.14 0.24
HSL 314.09º 0.49% 0.54% -
HSV(B) 314.09º 0.59% 0.76% -
XYZ 32.02 19.85 38.7 -
YUV 123.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 194 79 167 0 0.59 0.14 0.24 314.09 0.49 0.54
Hex C2 4F A7 0 3B E 18 13A 31 36
Octal 302 117 247 0 73 16 30 472 61 66
Binary 11000010 1001111 10100111 0 111011 1110 11000 100111010 110001 110110

Color Harmonies of #C24FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FA7

Black with #C24FA7

Text Example


Text Example

White with #C24FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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