Html Css Color HEX #C44AAE Fuchsia

📋 copy color: '#C44AAE'

red 196 ◦ green 74 ◦ blue 174

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

Shades of Fuchsia #C44AAE

Tints of Fuchsia #C44AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.19%

R = 44.14%
G = 16.67%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C44AAE (or 0xC44AAE) is known color: Fuchsia. HEX triplet: C4, 4A and AE. RGB value is (196,74,174). Sum of RGB (Red+Green+Blue) = 196+74+174=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C44AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44AAE is #3BB551. Grayscale: #797979. Windows color (decimal): -3913042 or 11422404. OLE color: 11422404.

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

Color convert

RGB 196 74 174 -
CMYK 0 0.62 0.11 0.23
HSL 310.82º 0.51% 0.53% -
HSV(B) 310.82º 0.62% 0.77% -
XYZ 32.85 19.69 42.11 -
YUV 121.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 196 74 174 0 0.62 0.11 0.23 310.82 0.51 0.53
Hex C4 4A AE 0 3E B 17 137 33 35
Octal 304 112 256 0 76 13 27 467 63 65
Binary 11000100 1001010 10101110 0 111110 1011 10111 100110111 110011 110101

Color Harmonies of #C44AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44AAE

Black with #C44AAE

Text Example


Text Example

White with #C44AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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