Html Css Color HEX #C449AF Fuchsia

📋 copy color: '#C449AF'

red 196 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #C449AF

Tints of Fuchsia #C449AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 44.14%
G = 16.44%
B = 39.41%

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

#C449AF (or 0xC449AF) is known color: Fuchsia. HEX triplet: C4, 49 and AF. RGB value is (196,73,175). Sum of RGB (Red+Green+Blue) = 196+73+175=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C449AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449AF is #3BB650. Grayscale: #797979. Windows color (decimal): -3913297 or 11487684. OLE color: 11487684.

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

Color convert

RGB 196 73 175 -
CMYK 0 0.63 0.11 0.23
HSL 310.24º 0.51% 0.53% -
HSV(B) 310.24º 0.63% 0.77% -
XYZ 32.89 19.6 42.61 -
YUV 121.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 196 73 175 0 0.63 0.11 0.23 310.24 0.51 0.53
Hex C4 49 AF 0 3F B 17 136 33 35
Octal 304 111 257 0 77 13 27 466 63 65
Binary 11000100 1001001 10101111 0 111111 1011 10111 100110110 110011 110101

Color Harmonies of #C449AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449AF

Black with #C449AF

Text Example


Text Example

White with #C449AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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