Html Css Color HEX #C24AB9 Fuchsia

📋 copy color: '#C24AB9'

red 194 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #C24AB9

Tints of Fuchsia #C24AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.84%

R = 42.83%
G = 16.34%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C24AB9 (or 0xC24AB9) is known color: Fuchsia. HEX triplet: C2, 4A and B9. RGB value is (194,74,185). Sum of RGB (Red+Green+Blue) = 194+74+185=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AB9 is #3DB546. Grayscale: #7A7A7A. Windows color (decimal): -4044103 or 12143298. OLE color: 12143298.

HSL color Cylindrical-coordinate representation of color #C24AB9: hue angle of 304.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 #C24AB9 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 185 -
CMYK 0 0.62 0.05 0.24
HSL 304.5º 0.5% 0.53% -
HSV(B) 304.5º 0.62% 0.76% -
XYZ 33.45 19.87 47.97 -
YUV 122.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 194 74 185 0 0.62 0.05 0.24 304.5 0.5 0.53
Hex C2 4A B9 0 3E 5 18 130 32 35
Octal 302 112 271 0 76 5 30 460 62 65
Binary 11000010 1001010 10111001 0 111110 101 11000 100110000 110010 110101

Color Harmonies of #C24AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AB9

Black with #C24AB9

Text Example


Text Example

White with #C24AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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