Html Css Color HEX #C44AAC Fuchsia

📋 copy color: '#C44AAC'

red 196 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #C44AAC

Tints of Fuchsia #C44AAC

RGB

 RED value IS 196 (76.95% from 255) = 44.34%

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

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 44.34%
G = 16.74%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C44AAC (or 0xC44AAC) is known color: Fuchsia. HEX triplet: C4, 4A and AC. RGB value is (196,74,172). Sum of RGB (Red+Green+Blue) = 196+74+172=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C44AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44AAC is #3BB553. Grayscale: #797979. Windows color (decimal): -3913044 or 11291332. OLE color: 11291332.

HSL color Cylindrical-coordinate representation of color #C44AAC: hue angle of 311.8º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44AAC is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 74 172 -
CMYK 0 0.62 0.12 0.23
HSL 311.8º 0.51% 0.53% -
HSV(B) 311.8º 0.62% 0.77% -
XYZ 32.66 19.61 41.09 -
YUV 121.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 196 74 172 0 0.62 0.12 0.23 311.8 0.51 0.53
Hex C4 4A AC 0 3E C 17 138 33 35
Octal 304 112 254 0 76 14 27 470 63 65
Binary 11000100 1001010 10101100 0 111110 1100 10111 100111000 110011 110101

Color Harmonies of #C44AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44AAC

Black with #C44AAC

Text Example


Text Example

White with #C44AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44AAC; }

 p { color: rgb(196,74,172); }

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

background-color css

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

 a { background-color: rgb(196,74,172); }

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

border-color css

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

 span { border-color: rgb(196,74,172); }

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