Html Css Color HEX #C557AA Fuchsia

📋 copy color: '#C557AA'

red 197 ◦ green 87 ◦ blue 170

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

Shades of Fuchsia #C557AA

Tints of Fuchsia #C557AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.16%

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

R = 43.39%
G = 19.16%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C557AA (or 0xC557AA) is known color: Fuchsia. HEX triplet: C5, 57 and AA. RGB value is (197,87,170). Sum of RGB (Red+Green+Blue) = 197+87+170=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C557AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C557AA is #3AA855. Grayscale: #818181. Windows color (decimal): -3844182 or 11163589. OLE color: 11163589.

HSL color Cylindrical-coordinate representation of color #C557AA: hue angle of 314.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C557AA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 87 170 -
CMYK 0 0.56 0.14 0.23
HSL 314.73º 0.49% 0.56% -
HSV(B) 314.73º 0.56% 0.77% -
XYZ 33.69 21.59 40.42 -
YUV 129.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 197 87 170 0 0.56 0.14 0.23 314.73 0.49 0.56
Hex C5 57 AA 0 38 E 17 13B 31 38
Octal 305 127 252 0 70 16 27 473 61 70
Binary 11000101 1010111 10101010 0 111000 1110 10111 100111011 110001 111000

Color Harmonies of #C557AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557AA

Black with #C557AA

Text Example


Text Example

White with #C557AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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