Html Css Color HEX #C560AA Fuchsia

📋 copy color: '#C560AA'

red 197 ◦ green 96 ◦ blue 170

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

Shades of Fuchsia #C560AA

Tints of Fuchsia #C560AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.73%

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

R = 42.55%
G = 20.73%
B = 36.72%

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

#C560AA (or 0xC560AA) is known color: Fuchsia. HEX triplet: C5, 60 and AA. RGB value is (197,96,170). Sum of RGB (Red+Green+Blue) = 197+96+170=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C560AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560AA is #3A9F55. Grayscale: #868686. Windows color (decimal): -3841878 or 11165893. OLE color: 11165893.

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

Color convert

RGB 197 96 170 -
CMYK 0 0.51 0.14 0.23
HSL 316.04º 0.47% 0.57% -
HSV(B) 316.04º 0.51% 0.77% -
XYZ 34.46 23.14 40.68 -
YUV 134.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 197 96 170 0 0.51 0.14 0.23 316.04 0.47 0.57
Hex C5 60 AA 0 33 E 17 13C 2F 39
Octal 305 140 252 0 63 16 27 474 57 71
Binary 11000101 1100000 10101010 0 110011 1110 10111 100111100 101111 111001

Color Harmonies of #C560AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560AA

Black with #C560AA

Text Example


Text Example

White with #C560AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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