Html Css Color HEX #C24ABC Fuchsia

📋 copy color: '#C24ABC'

red 194 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #C24ABC

Tints of Fuchsia #C24ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 42.54%
G = 16.23%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C24ABC (or 0xC24ABC) is known color: Fuchsia. HEX triplet: C2, 4A and BC. RGB value is (194,74,188). Sum of RGB (Red+Green+Blue) = 194+74+188=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C24ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ABC is #3DB543. Grayscale: #7A7A7A. Windows color (decimal): -4044100 or 12339906. OLE color: 12339906.

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

Color convert

RGB 194 74 188 -
CMYK 0 0.62 0.03 0.24
HSL 303º 0.5% 0.53% -
HSV(B) 303º 0.62% 0.76% -
XYZ 33.77 20 49.66 -
YUV 122.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 194 74 188 0 0.62 0.03 0.24 303 0.5 0.53
Hex C2 4A BC 0 3E 3 18 12F 32 35
Octal 302 112 274 0 76 3 30 457 62 65
Binary 11000010 1001010 10111100 0 111110 11 11000 100101111 110010 110101

Color Harmonies of #C24ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24ABC

Black with #C24ABC

Text Example


Text Example

White with #C24ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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