Html Css Color HEX #C560AD Fuchsia

📋 copy color: '#C560AD'

red 197 ◦ green 96 ◦ blue 173

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

Shades of Fuchsia #C560AD

Tints of Fuchsia #C560AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 42.27%
G = 20.6%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C560AD (or 0xC560AD) is known color: Fuchsia. HEX triplet: C5, 60 and AD. RGB value is (197,96,173). Sum of RGB (Red+Green+Blue) = 197+96+173=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C560AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560AD is #3A9F52. Grayscale: #868686. Windows color (decimal): -3841875 or 11362501. OLE color: 11362501.

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

Color convert

RGB 197 96 173 -
CMYK 0 0.51 0.12 0.23
HSL 314.26º 0.47% 0.57% -
HSV(B) 314.26º 0.51% 0.77% -
XYZ 34.75 23.25 42.19 -
YUV 134.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 197 96 173 0 0.51 0.12 0.23 314.26 0.47 0.57
Hex C5 60 AD 0 33 C 17 13A 2F 39
Octal 305 140 255 0 63 14 27 472 57 71
Binary 11000101 1100000 10101101 0 110011 1100 10111 100111010 101111 111001

Color Harmonies of #C560AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560AD

Black with #C560AD

Text Example


Text Example

White with #C560AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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