Html Css Color HEX #C561AB Fuchsia

📋 copy color: '#C561AB'

red 197 ◦ green 97 ◦ blue 171

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

Shades of Fuchsia #C561AB

Tints of Fuchsia #C561AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 42.37%
G = 20.86%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C561AB (or 0xC561AB) is known color: Fuchsia. HEX triplet: C5, 61 and AB. RGB value is (197,97,171). Sum of RGB (Red+Green+Blue) = 197+97+171=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AB is #3A9E54. Grayscale: #878787. Windows color (decimal): -3841621 or 11231685. OLE color: 11231685.

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

Color convert

RGB 197 97 171 -
CMYK 0 0.51 0.13 0.23
HSL 315.6º 0.46% 0.58% -
HSV(B) 315.6º 0.51% 0.77% -
XYZ 34.65 23.36 41.21 -
YUV 135.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 197 97 171 0 0.51 0.13 0.23 315.6 0.46 0.58
Hex C5 61 AB 0 33 D 17 13C 2E 3A
Octal 305 141 253 0 63 15 27 474 56 72
Binary 11000101 1100001 10101011 0 110011 1101 10111 100111100 101110 111010

Color Harmonies of #C561AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561AB

Black with #C561AB

Text Example


Text Example

White with #C561AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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