Html Css Color HEX #C561C0 Fuchsia

📋 copy color: '#C561C0'

red 197 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #C561C0

Tints of Fuchsia #C561C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 40.53%
G = 19.96%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C561C0 (or 0xC561C0) is known color: Fuchsia. HEX triplet: C5, 61 and C0. RGB value is (197,97,192). Sum of RGB (Red+Green+Blue) = 197+97+192=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C561C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561C0 is #3A9E3F. Grayscale: #898989. Windows color (decimal): -3841600 or 12607941. OLE color: 12607941.

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

Color convert

RGB 197 97 192 -
CMYK 0 0.51 0.03 0.23
HSL 303º 0.46% 0.58% -
HSV(B) 303º 0.51% 0.77% -
XYZ 36.82 24.23 52.6 -
YUV 137.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 197 97 192 0 0.51 0.03 0.23 303 0.46 0.58
Hex C5 61 C0 0 33 3 17 12F 2E 3A
Octal 305 141 300 0 63 3 27 457 56 72
Binary 11000101 1100001 11000000 0 110011 11 10111 100101111 101110 111010

Color Harmonies of #C561C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561C0

Black with #C561C0

Text Example


Text Example

White with #C561C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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