Html Css Color HEX #C24DAB Fuchsia

📋 copy color: '#C24DAB'

red 194 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #C24DAB

Tints of Fuchsia #C24DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 43.89%
G = 17.42%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C24DAB (or 0xC24DAB) is known color: Fuchsia. HEX triplet: C2, 4D and AB. RGB value is (194,77,171). Sum of RGB (Red+Green+Blue) = 194+77+171=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DAB is #3DB254. Grayscale: #7A7A7A. Windows color (decimal): -4043349 or 11226562. OLE color: 11226562.

HSL color Cylindrical-coordinate representation of color #C24DAB: hue angle of 311.79º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24DAB is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 171 -
CMYK 0 0.60 0.12 0.24
HSL 311.79º 0.49% 0.53% -
HSV(B) 311.79º 0.6% 0.76% -
XYZ 32.25 19.72 40.63 -
YUV 122.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 194 77 171 0 0.60 0.12 0.24 311.79 0.49 0.53
Hex C2 4D AB 0 3C C 18 138 31 35
Octal 302 115 253 0 74 14 30 470 61 65
Binary 11000010 1001101 10101011 0 111100 1100 11000 100111000 110001 110101

Color Harmonies of #C24DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DAB

Black with #C24DAB

Text Example


Text Example

White with #C24DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DAB; }

 p { color: rgb(194,77,171); }

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

background-color css

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

 a { background-color: rgb(194,77,171); }

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

border-color css

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

 span { border-color: rgb(194,77,171); }

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