Html Css Color HEX #C449A9 Fuchsia

📋 copy color: '#C449A9'

red 196 ◦ green 73 ◦ blue 169

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

Shades of Fuchsia #C449A9

Tints of Fuchsia #C449A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.58%

R = 44.75%
G = 16.67%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C449A9 (or 0xC449A9) is known color: Fuchsia. HEX triplet: C4, 49 and A9. RGB value is (196,73,169). Sum of RGB (Red+Green+Blue) = 196+73+169=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C449A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449A9 is #3BB656. Grayscale: #787878. Windows color (decimal): -3913303 or 11094468. OLE color: 11094468.

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

Color convert

RGB 196 73 169 -
CMYK 0 0.63 0.14 0.23
HSL 313.17º 0.51% 0.53% -
HSV(B) 313.17º 0.63% 0.77% -
XYZ 32.31 19.37 39.57 -
YUV 120.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 196 73 169 0 0.63 0.14 0.23 313.17 0.51 0.53
Hex C4 49 A9 0 3F E 17 139 33 35
Octal 304 111 251 0 77 16 27 471 63 65
Binary 11000100 1001001 10101001 0 111111 1110 10111 100111001 110011 110101

Color Harmonies of #C449A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449A9

Black with #C449A9

Text Example


Text Example

White with #C449A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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