Html Css Color HEX #C449A8 Fuchsia

📋 copy color: '#C449A8'

red 196 ◦ green 73 ◦ blue 168

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

Shades of Fuchsia #C449A8

Tints of Fuchsia #C449A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 44.85%
G = 16.7%
B = 38.44%

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

#C449A8 (or 0xC449A8) is known color: Fuchsia. HEX triplet: C4, 49 and A8. RGB value is (196,73,168). Sum of RGB (Red+Green+Blue) = 196+73+168=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C449A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449A8 is #3BB657. Grayscale: #787878. Windows color (decimal): -3913304 or 11028932. OLE color: 11028932.

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

Color convert

RGB 196 73 168 -
CMYK 0 0.63 0.14 0.23
HSL 313.66º 0.51% 0.53% -
HSV(B) 313.66º 0.63% 0.77% -
XYZ 32.22 19.33 39.08 -
YUV 120.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 196 73 168 0 0.63 0.14 0.23 313.66 0.51 0.53
Hex C4 49 A8 0 3F E 17 13A 33 35
Octal 304 111 250 0 77 16 27 472 63 65
Binary 11000100 1001001 10101000 0 111111 1110 10111 100111010 110011 110101

Color Harmonies of #C449A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449A8

Black with #C449A8

Text Example


Text Example

White with #C449A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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