Html Css Color HEX #C449AD Fuchsia

📋 copy color: '#C449AD'

red 196 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #C449AD

Tints of Fuchsia #C449AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 44.34%
G = 16.52%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C449AD (or 0xC449AD) is known color: Fuchsia. HEX triplet: C4, 49 and AD. RGB value is (196,73,173). Sum of RGB (Red+Green+Blue) = 196+73+173=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C449AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449AD is #3BB652. Grayscale: #787878. Windows color (decimal): -3913299 or 11356612. OLE color: 11356612.

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

Color convert

RGB 196 73 173 -
CMYK 0 0.63 0.12 0.23
HSL 311.22º 0.51% 0.53% -
HSV(B) 311.22º 0.63% 0.77% -
XYZ 32.69 19.52 41.58 -
YUV 121.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 196 73 173 0 0.63 0.12 0.23 311.22 0.51 0.53
Hex C4 49 AD 0 3F C 17 137 33 35
Octal 304 111 255 0 77 14 27 467 63 65
Binary 11000100 1001001 10101101 0 111111 1100 10111 100110111 110011 110101

Color Harmonies of #C449AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449AD

Black with #C449AD

Text Example


Text Example

White with #C449AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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