Html Css Color HEX #C563AC Fuchsia

📋 copy color: '#C563AC'

red 197 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #C563AC

Tints of Fuchsia #C563AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.15%

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 42.09%
G = 21.15%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C563AC (or 0xC563AC) is known color: Fuchsia. HEX triplet: C5, 63 and AC. RGB value is (197,99,172). Sum of RGB (Red+Green+Blue) = 197+99+172=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C563AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C563AC is #3A9C53. Grayscale: #888888. Windows color (decimal): -3841108 or 11297733. OLE color: 11297733.

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

Color convert

RGB 197 99 172 -
CMYK 0 0.50 0.13 0.23
HSL 315.31º 0.46% 0.58% -
HSV(B) 315.31º 0.5% 0.77% -
XYZ 34.93 23.77 41.78 -
YUV 136.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 197 99 172 0 0.50 0.13 0.23 315.31 0.46 0.58
Hex C5 63 AC 0 32 D 17 13B 2E 3A
Octal 305 143 254 0 62 15 27 473 56 72
Binary 11000101 1100011 10101100 0 110010 1101 10111 100111011 101110 111010

Color Harmonies of #C563AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C563AC

Black with #C563AC

Text Example


Text Example

White with #C563AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C563AC; }

 p { color: rgb(197,99,172); }

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

background-color css

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

 a { background-color: rgb(197,99,172); }

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

border-color css

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

 span { border-color: rgb(197,99,172); }

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