Html Css Color HEX #C449AE Fuchsia

📋 copy color: '#C449AE'

red 196 ◦ green 73 ◦ blue 174

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

Shades of Fuchsia #C449AE

Tints of Fuchsia #C449AE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.48%

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

R = 44.24%
G = 16.48%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C449AE (or 0xC449AE) is known color: Fuchsia. HEX triplet: C4, 49 and AE. RGB value is (196,73,174). Sum of RGB (Red+Green+Blue) = 196+73+174=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C449AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449AE is #3BB651. Grayscale: #797979. Windows color (decimal): -3913298 or 11422148. OLE color: 11422148.

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

Color convert

RGB 196 73 174 -
CMYK 0 0.63 0.11 0.23
HSL 310.73º 0.51% 0.53% -
HSV(B) 310.73º 0.63% 0.77% -
XYZ 32.79 19.56 42.09 -
YUV 121.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 196 73 174 0 0.63 0.11 0.23 310.73 0.51 0.53
Hex C4 49 AE 0 3F B 17 137 33 35
Octal 304 111 256 0 77 13 27 467 63 65
Binary 11000100 1001001 10101110 0 111111 1011 10111 100110111 110011 110101

Color Harmonies of #C449AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449AE

Black with #C449AE

Text Example


Text Example

White with #C449AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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