Html Css Color HEX #C561AA Fuchsia

📋 copy color: '#C561AA'

red 197 ◦ green 97 ◦ blue 170

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

Shades of Fuchsia #C561AA

Tints of Fuchsia #C561AA

RGB

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

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

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

R = 42.46%
G = 20.91%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C561AA (or 0xC561AA) is known color: Fuchsia. HEX triplet: C5, 61 and AA. RGB value is (197,97,170). Sum of RGB (Red+Green+Blue) = 197+97+170=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AA is #3A9E55. Grayscale: #878787. Windows color (decimal): -3841622 or 11166149. OLE color: 11166149.

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

Color convert

RGB 197 97 170 -
CMYK 0 0.51 0.14 0.23
HSL 316.2º 0.46% 0.58% -
HSV(B) 316.2º 0.51% 0.77% -
XYZ 34.56 23.32 40.71 -
YUV 135.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 197 97 170 0 0.51 0.14 0.23 316.2 0.46 0.58
Hex C5 61 AA 0 33 E 17 13C 2E 3A
Octal 305 141 252 0 63 16 27 474 56 72
Binary 11000101 1100001 10101010 0 110011 1110 10111 100111100 101110 111010

Color Harmonies of #C561AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561AA

Black with #C561AA

Text Example


Text Example

White with #C561AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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