Html Css Color HEX #C556BE Fuchsia

📋 copy color: '#C556BE'

red 197 ◦ green 86 ◦ blue 190

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

Shades of Fuchsia #C556BE

Tints of Fuchsia #C556BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.18%

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 41.65%
G = 18.18%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C556BE (or 0xC556BE) is known color: Fuchsia. HEX triplet: C5, 56 and BE. RGB value is (197,86,190). Sum of RGB (Red+Green+Blue) = 197+86+190=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C556BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556BE is #3AA941. Grayscale: #828282. Windows color (decimal): -3844418 or 12474053. OLE color: 12474053.

HSL color Cylindrical-coordinate representation of color #C556BE: hue angle of 303.78º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C556BE is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 86 190 -
CMYK 0 0.56 0.04 0.23
HSL 303.78º 0.49% 0.55% -
HSV(B) 303.78º 0.56% 0.77% -
XYZ 35.65 22.24 51.13 -
YUV 131.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 197 86 190 0 0.56 0.04 0.23 303.78 0.49 0.55
Hex C5 56 BE 0 38 4 17 130 31 37
Octal 305 126 276 0 70 4 27 460 61 67
Binary 11000101 1010110 10111110 0 111000 100 10111 100110000 110001 110111

Color Harmonies of #C556BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556BE

Black with #C556BE

Text Example


Text Example

White with #C556BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556BE; }

 p { color: rgb(197,86,190); }

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

background-color css

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

 a { background-color: rgb(197,86,190); }

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

border-color css

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

 span { border-color: rgb(197,86,190); }

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