Html Css Color HEX #C561AC Fuchsia

📋 copy color: '#C561AC'

red 197 ◦ green 97 ◦ blue 172

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

Shades of Fuchsia #C561AC

Tints of Fuchsia #C561AC

RGB

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

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

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

R = 42.27%
G = 20.82%
B = 36.91%

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

#C561AC (or 0xC561AC) is known color: Fuchsia. HEX triplet: C5, 61 and AC. RGB value is (197,97,172). Sum of RGB (Red+Green+Blue) = 197+97+172=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AC is #3A9E53. Grayscale: #878787. Windows color (decimal): -3841620 or 11297221. OLE color: 11297221.

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

Color convert

RGB 197 97 172 -
CMYK 0 0.51 0.13 0.23
HSL 315º 0.46% 0.58% -
HSV(B) 315º 0.51% 0.77% -
XYZ 34.75 23.4 41.71 -
YUV 135.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 197 97 172 0 0.51 0.13 0.23 315 0.46 0.58
Hex C5 61 AC 0 33 D 17 13B 2E 3A
Octal 305 141 254 0 63 15 27 473 56 72
Binary 11000101 1100001 10101100 0 110011 1101 10111 100111011 101110 111010

Color Harmonies of #C561AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561AC

Black with #C561AC

Text Example


Text Example

White with #C561AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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