Html Css Color HEX #C24FAD Fuchsia

📋 copy color: '#C24FAD'

red 194 ◦ green 79 ◦ blue 173

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

Shades of Fuchsia #C24FAD

Tints of Fuchsia #C24FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 43.5%
G = 17.71%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C24FAD (or 0xC24FAD) is known color: Fuchsia. HEX triplet: C2, 4F and AD. RGB value is (194,79,173). Sum of RGB (Red+Green+Blue) = 194+79+173=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FAD is #3DB052. Grayscale: #7B7B7B. Windows color (decimal): -4042835 or 11358146. OLE color: 11358146.

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

Color convert

RGB 194 79 173 -
CMYK 0 0.59 0.11 0.24
HSL 310.96º 0.49% 0.54% -
HSV(B) 310.96º 0.59% 0.76% -
XYZ 32.59 20.08 41.69 -
YUV 124.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 194 79 173 0 0.59 0.11 0.24 310.96 0.49 0.54
Hex C2 4F AD 0 3B B 18 137 31 36
Octal 302 117 255 0 73 13 30 467 61 66
Binary 11000010 1001111 10101101 0 111011 1011 11000 100110111 110001 110110

Color Harmonies of #C24FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FAD

Black with #C24FAD

Text Example


Text Example

White with #C24FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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