Html Css Color HEX #C560C1 Fuchsia

📋 copy color: '#C560C1'

red 197 ◦ green 96 ◦ blue 193

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

Shades of Fuchsia #C560C1

Tints of Fuchsia #C560C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.71%

R = 40.53%
G = 19.75%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C560C1 (or 0xC560C1) is known color: Fuchsia. HEX triplet: C5, 60 and C1. RGB value is (197,96,193). Sum of RGB (Red+Green+Blue) = 197+96+193=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C560C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560C1 is #3A9F3E. Grayscale: #888888. Windows color (decimal): -3841855 or 12673221. OLE color: 12673221.

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

Color convert

RGB 197 96 193 -
CMYK 0 0.51 0.02 0.23
HSL 302.38º 0.47% 0.57% -
HSV(B) 302.38º 0.51% 0.77% -
XYZ 36.83 24.09 53.16 -
YUV 137.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 197 96 193 0 0.51 0.02 0.23 302.38 0.47 0.57
Hex C5 60 C1 0 33 2 17 12E 2F 39
Octal 305 140 301 0 63 2 27 456 57 71
Binary 11000101 1100000 11000001 0 110011 10 10111 100101110 101111 111001

Color Harmonies of #C560C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560C1

Black with #C560C1

Text Example


Text Example

White with #C560C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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