Html Css Color HEX #C549AA Fuchsia

📋 copy color: '#C549AA'

red 197 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #C549AA

Tints of Fuchsia #C549AA

RGB

 RED value IS 197 (77.34% from 255) = 44.77%

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 44.77%
G = 16.59%
B = 38.64%

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

#C549AA (or 0xC549AA) is known color: Fuchsia. HEX triplet: C5, 49 and AA. RGB value is (197,73,170). Sum of RGB (Red+Green+Blue) = 197+73+170=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C549AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C549AA is #3AB655. Grayscale: #787878. Windows color (decimal): -3847766 or 11160005. OLE color: 11160005.

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

Color convert

RGB 197 73 170 -
CMYK 0 0.63 0.14 0.23
HSL 313.06º 0.52% 0.53% -
HSV(B) 313.06º 0.63% 0.77% -
XYZ 32.66 19.54 40.08 -
YUV 121.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 197 73 170 0 0.63 0.14 0.23 313.06 0.52 0.53
Hex C5 49 AA 0 3F E 17 139 34 35
Octal 305 111 252 0 77 16 27 471 64 65
Binary 11000101 1001001 10101010 0 111111 1110 10111 100111001 110100 110101

Color Harmonies of #C549AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549AA

Black with #C549AA

Text Example


Text Example

White with #C549AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549AA; }

 p { color: rgb(197,73,170); }

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

background-color css

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

 a { background-color: rgb(197,73,170); }

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

border-color css

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

 span { border-color: rgb(197,73,170); }

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