Html Css Color HEX #C56CB1 Fuchsia

📋 copy color: '#C56CB1'

red 197 ◦ green 108 ◦ blue 177

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

Shades of Fuchsia #C56CB1

Tints of Fuchsia #C56CB1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 40.87%
G = 22.41%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C56CB1 (or 0xC56CB1) is known color: Fuchsia. HEX triplet: C5, 6C and B1. RGB value is (197,108,177). Sum of RGB (Red+Green+Blue) = 197+108+177=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56CB1 is #3A934E. Grayscale: #8E8E8E. Windows color (decimal): -3838799 or 11627717. OLE color: 11627717.

HSL color Cylindrical-coordinate representation of color #C56CB1: hue angle of 313.48º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56CB1 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 108 177 -
CMYK 0 0.45 0.10 0.23
HSL 313.48º 0.43% 0.6% -
HSV(B) 313.48º 0.45% 0.77% -
XYZ 36.32 25.77 44.65 -
YUV 142.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 197 108 177 0 0.45 0.10 0.23 313.48 0.43 0.6
Hex C5 6C B1 0 2D A 17 139 2B 3C
Octal 305 154 261 0 55 12 27 471 53 74
Binary 11000101 1101100 10110001 0 101101 1010 10111 100111001 101011 111100

Color Harmonies of #C56CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56CB1

Black with #C56CB1

Text Example


Text Example

White with #C56CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56CB1; }

 p { color: rgb(197,108,177); }

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

background-color css

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

 a { background-color: rgb(197,108,177); }

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

border-color css

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

 span { border-color: rgb(197,108,177); }

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