Html Css Color HEX #C24AB5 Fuchsia

📋 copy color: '#C24AB5'

red 194 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #C24AB5

Tints of Fuchsia #C24AB5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.48%

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 43.21%
G = 16.48%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C24AB5 (or 0xC24AB5) is known color: Fuchsia. HEX triplet: C2, 4A and B5. RGB value is (194,74,181). Sum of RGB (Red+Green+Blue) = 194+74+181=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AB5 is #3DB54A. Grayscale: #797979. Windows color (decimal): -4044107 or 11881154. OLE color: 11881154.

HSL color Cylindrical-coordinate representation of color #C24AB5: hue angle of 306.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24AB5 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 181 -
CMYK 0 0.62 0.07 0.24
HSL 306.5º 0.5% 0.53% -
HSV(B) 306.5º 0.62% 0.76% -
XYZ 33.04 19.7 45.78 -
YUV 122.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 194 74 181 0 0.62 0.07 0.24 306.5 0.5 0.53
Hex C2 4A B5 0 3E 7 18 132 32 35
Octal 302 112 265 0 76 7 30 462 62 65
Binary 11000010 1001010 10110101 0 111110 111 11000 100110010 110010 110101

Color Harmonies of #C24AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AB5

Black with #C24AB5

Text Example


Text Example

White with #C24AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AB5; }

 p { color: rgb(194,74,181); }

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

background-color css

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

 a { background-color: rgb(194,74,181); }

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

border-color css

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

 span { border-color: rgb(194,74,181); }

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