Html Css Color HEX #C24FC9 Fuchsia

📋 copy color: '#C24FC9'

red 194 ◦ green 79 ◦ blue 201

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

Shades of Fuchsia #C24FC9

Tints of Fuchsia #C24FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 40.93%
G = 16.67%
B = 42.41%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C24FC9 (or 0xC24FC9) is known color: Fuchsia. HEX triplet: C2, 4F and C9. RGB value is (194,79,201). Sum of RGB (Red+Green+Blue) = 194+79+201=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #C24FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FC9 is #3DB036. Grayscale: #7E7E7E. Windows color (decimal): -4042807 or 13193154. OLE color: 13193154.

HSL color Cylindrical-coordinate representation of color #C24FC9: hue angle of 296.56º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24FC9 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 79 201 -
CMYK 0.03 0.61 0 0.21
HSL 296.56º 0.53% 0.55% -
HSV(B) 296.56º 0.61% 0.79% -
XYZ 35.59 21.28 57.49 -
YUV 127.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 194 79 201 0.03 0.61 0 0.21 296.56 0.53 0.55
Hex C2 4F C9 3 3D 0 15 129 35 37
Octal 302 117 311 3 75 0 25 451 65 67
Binary 11000010 1001111 11001001 11 111101 0 10101 100101001 110101 110111

Color Harmonies of #C24FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FC9

Black with #C24FC9

Text Example


Text Example

White with #C24FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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