Html Css Color HEX #C561AE Fuchsia

📋 copy color: '#C561AE'

red 197 ◦ green 97 ◦ blue 174

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

Shades of Fuchsia #C561AE

Tints of Fuchsia #C561AE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.73%

 BLUE value IS 174 (68.36% from 255) = 37.18%

R = 42.09%
G = 20.73%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C561AE (or 0xC561AE) is known color: Fuchsia. HEX triplet: C5, 61 and AE. RGB value is (197,97,174). Sum of RGB (Red+Green+Blue) = 197+97+174=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AE is #3A9E51. Grayscale: #878787. Windows color (decimal): -3841618 or 11428293. OLE color: 11428293.

HSL color Cylindrical-coordinate representation of color #C561AE: hue angle of 313.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C561AE is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 174 -
CMYK 0 0.51 0.12 0.23
HSL 313.8º 0.46% 0.58% -
HSV(B) 313.8º 0.51% 0.77% -
XYZ 34.94 23.48 42.73 -
YUV 135.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 197 97 174 0 0.51 0.12 0.23 313.8 0.46 0.58
Hex C5 61 AE 0 33 C 17 13A 2E 3A
Octal 305 141 256 0 63 14 27 472 56 72
Binary 11000101 1100001 10101110 0 110011 1100 10111 100111010 101110 111010

Color Harmonies of #C561AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561AE

Black with #C561AE

Text Example


Text Example

White with #C561AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561AE; }

 p { color: rgb(197,97,174); }

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

background-color css

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

 a { background-color: rgb(197,97,174); }

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

border-color css

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

 span { border-color: rgb(197,97,174); }

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